#85132E

Color #85132E Scarlett (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlett #85132E

Tints of Scarlett #85132E

Color information

#85132E (or 0x85132E) is unknown color: approx Scarlett. HEX triplet: 85, 13 and 2E. RGB value is (133,19,46). Sum of RGB (Red+Green+Blue) = 133+19+46=198 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.17% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 133 - color contains mainly: red. Hex color #85132E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85132E is #7AECD1. Grayscale: #383838. Windows color (decimal): -8056018 or 3019653. OLE color: 3019653.

HSL color Cylindrical-coordinate representation of color #85132E: hue angle of 345.79º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85132E is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB1331946-
CMYK00.860.650.48
HSL345.79º75%29.8%-
HSV(B)345.79º85.71%52.16%-
XYZ10.45.653.13-
YUV56.16122.27182.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 67.17%
GREEN value IS 19 (7.81% from 255) = 9.60%
BLUE value IS 46 (18.36% from 255) = 23.23%
R=67.17%
G=9.60%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133194600.860.650.48345.797529.8
Hex85132E056413015a4b1e
Octal205235601261016053211336
Binary1000010110011101110010101101000001110000101011010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85132E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85132E; }

 p { color: rgb(133,19,46); }

 H1.HeaderClassName
 {
   color: #85132E;
 }
 .AnyTagClassName
 {
   color: #85132E;
 }
</style>
background-color css

<style>
 a { background-color: #85132E; }

 a { background-color: rgb(133,19,46); }

 div.DivClassName
 {
   background-color: #85132E;
 }
 .BgClassName
 {
   background-color: #85132E;
 }
</style>
border-color css

<style>
 span { border-color: #85132E; }

 span { border-color: rgb(133,19,46); }

 td.TdClassName
 {
   border-color: #85132E;
 }
 .TagClassName
 {
   border-color: #85132E;
 }
</style>