#85143C

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

Shades of Scarlett #85143C

Tints of Scarlett #85143C

Color information

#85143C (or 0x85143C) is unknown color: approx Scarlett. HEX triplet: 85, 14 and 3C. RGB value is (133,20,60). Sum of RGB (Red+Green+Blue) = 133+20+60=213 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.44% from 213); Green value is 20 (8.20% from 255 or 9.39% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 133 - color contains mainly: red. Hex color #85143C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85143C is #7AEBC3. Grayscale: #3A3A3A. Windows color (decimal): -8055748 or 3937413. OLE color: 3937413.

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

Color convert

RGB1332060-
CMYK00.850.550.48
HSL338.76º73.86%30%-
HSV(B)338.76º84.96%52.16%-
XYZ10.745.814.83-
YUV58.35128.94181.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 62.44%
GREEN value IS 20 (8.20% from 255) = 9.39%
BLUE value IS 60 (23.83% from 255) = 28.17%
R=62.44%
G=9.39%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133206000.850.550.48338.7673.8630
Hex85143C05537301534a1e
Octal20524740125676052311236
Binary100001011010011110001010101110111110000101010011100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85143C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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