#851C29

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

Shades of Scarlett #851C29

Tints of Scarlett #851C29

Color information

#851C29 (or 0x851C29) is unknown color: approx Scarlett. HEX triplet: 85, 1C and 29. RGB value is (133,28,41). Sum of RGB (Red+Green+Blue) = 133+28+41=202 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.84% from 202); Green value is 28 (11.33% from 255 or 13.86% from 202); Blue value is 41 (16.41% from 255 or 20.30% from 202); Max value from RGB is 133 - color contains mainly: red. Hex color #851C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851C29 is #7AE3D6. Grayscale: #3C3C3C. Windows color (decimal): -8053719 or 2694277. OLE color: 2694277.

HSL color Cylindrical-coordinate representation of color #851C29: hue angle of 352.57º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #851C29 is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB1332841-
CMYK00.790.690.48
HSL352.57º65.22%31.57%-
HSV(B)352.57º78.95%52.16%-
XYZ10.495.982.7-
YUV60.88116.79179.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 65.84%
GREEN value IS 28 (11.33% from 255) = 13.86%
BLUE value IS 41 (16.41% from 255) = 20.30%
R=65.84%
G=13.86%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.69
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133284100.790.690.48352.5765.2231.57
Hex851C2904F45301614120
Octal205345101171056054110140
Binary10000101111001010010100111110001011100001011000011000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851C29; }

 p { color: rgb(133,28,41); }

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

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

 a { background-color: rgb(133,28,41); }

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

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

 span { border-color: rgb(133,28,41); }

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