#85113C

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

Shades of Scarlett #85113C

Tints of Scarlett #85113C

Color information

#85113C (or 0x85113C) is unknown color: approx Scarlett. HEX triplet: 85, 11 and 3C. RGB value is (133,17,60). Sum of RGB (Red+Green+Blue) = 133+17+60=210 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.33% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 133 - color contains mainly: red. Hex color #85113C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85113C is #7AEEC3. Grayscale: #383838. Windows color (decimal): -8056516 or 3936645. OLE color: 3936645.

HSL color Cylindrical-coordinate representation of color #85113C: hue angle of 337.76º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85113C is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB1331760-
CMYK00.870.550.48
HSL337.76º77.33%29.41%-
HSV(B)337.76º87.22%52.16%-
XYZ10.695.714.81-
YUV56.59129.93182.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 63.33%
GREEN value IS 17 (7.03% from 255) = 8.10%
BLUE value IS 60 (23.83% from 255) = 28.57%
R=63.33%
G=8.10%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133176000.870.550.48337.7677.3329.41
Hex85113C05737301524d1d
Octal20521740127676052211535
Binary100001011000111110001010111110111110000101010010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85113C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85113C; }

 p { color: rgb(133,17,60); }

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

<style>
 a { background-color: #85113C; }

 a { background-color: rgb(133,17,60); }

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

<style>
 span { border-color: #85113C; }

 span { border-color: rgb(133,17,60); }

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