#851439

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

Shades of Scarlett #851439

Tints of Scarlett #851439

Color information

#851439 (or 0x851439) is unknown color: approx Scarlett. HEX triplet: 85, 14 and 39. RGB value is (133,20,57). Sum of RGB (Red+Green+Blue) = 133+20+57=210 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.33% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 57 (22.66% from 255 or 27.14% from 210); Max value from RGB is 133 - color contains mainly: red. Hex color #851439 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851439 is #7AEBC6. Grayscale: #393939. Windows color (decimal): -8055751 or 3740805. OLE color: 3740805.

HSL color Cylindrical-coordinate representation of color #851439: hue angle of 340.35º 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 #851439 is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB1332057-
CMYK00.850.570.48
HSL340.35º73.86%30%-
HSV(B)340.35º84.96%52.16%-
XYZ10.665.784.43-
YUV58127.44181.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 63.33%
GREEN value IS 20 (8.20% from 255) = 9.52%
BLUE value IS 57 (22.66% from 255) = 27.14%
R=63.33%
G=9.52%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133205700.850.570.48340.3573.8630
Hex85143905539301544a1e
Octal20524710125716052411236
Binary100001011010011100101010101111001110000101010100100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851439; }

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

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

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

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

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

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

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

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