#812432

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

Shades of Scarlett #812432

Tints of Scarlett #812432

Color information

#812432 (or 0x812432) is unknown color: approx Scarlett. HEX triplet: 81, 24 and 32. RGB value is (129,36,50). Sum of RGB (Red+Green+Blue) = 129+36+50=215 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 129 - color contains mainly: red. Hex color #812432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812432 is #7EDBCD. Grayscale: #414141. Windows color (decimal): -8313806 or 3286145. OLE color: 3286145.

HSL color Cylindrical-coordinate representation of color #812432: hue angle of 350.97º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #812432 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB1293650-
CMYK00.720.610.49
HSL350.97º56.36%32.35%-
HSV(B)350.97º72.09%50.59%-
XYZ10.266.163.67-
YUV65.4119.31173.36-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 60%
GREEN value IS 36 (14.45% from 255) = 16.74%
BLUE value IS 50 (19.92% from 255) = 23.26%
R=60%
G=16.74%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129365000.720.610.49350.9756.3632.35
Hex8124320483D3115f3820
Octal2014462011075615377040
Binary1000000110010011001001001000111101110001101011111111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812432; }

 p { color: rgb(129,36,50); }

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

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

 a { background-color: rgb(129,36,50); }

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

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

 span { border-color: rgb(129,36,50); }

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