#851339

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

Shades of Scarlett #851339

Tints of Scarlett #851339

Color information

#851339 (or 0x851339) is unknown color: approx Scarlett. HEX triplet: 85, 13 and 39. RGB value is (133,19,57). Sum of RGB (Red+Green+Blue) = 133+19+57=209 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.64% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 57 (22.66% from 255 or 27.27% from 209); Max value from RGB is 133 - color contains mainly: red. Hex color #851339 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851339 is #7AECC6. Grayscale: #393939. Windows color (decimal): -8056007 or 3740549. OLE color: 3740549.

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

Color convert

RGB1331957-
CMYK00.860.570.48
HSL340º75%29.8%-
HSV(B)340º85.71%52.16%-
XYZ10.645.754.42-
YUV57.42127.77181.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 63.64%
GREEN value IS 19 (7.81% from 255) = 9.09%
BLUE value IS 57 (22.66% from 255) = 27.27%
R=63.64%
G=9.09%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133195700.860.570.483407529.8
Hex85133905639301544b1e
Octal20523710126716052411336
Binary100001011001111100101010110111001110000101010100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851339; }

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

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

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

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

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

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

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

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