#812532

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

Shades of Scarlett #812532

Tints of Scarlett #812532

Color information

#812532 (or 0x812532) is unknown color: approx Scarlett. HEX triplet: 81, 25 and 32. RGB value is (129,37,50). Sum of RGB (Red+Green+Blue) = 129+37+50=216 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.72% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 129 - color contains mainly: red. Hex color #812532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812532 is #7EDACD. Grayscale: #424242. Windows color (decimal): -8313550 or 3286401. OLE color: 3286401.

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

Color convert

RGB1293750-
CMYK00.710.610.49
HSL351.52º55.42%32.55%-
HSV(B)351.52º71.32%50.59%-
XYZ10.296.223.68-
YUV65.99118.98172.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 59.72%
GREEN value IS 37 (14.84% from 255) = 17.13%
BLUE value IS 50 (19.92% from 255) = 23.15%
R=59.72%
G=17.13%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129375000.710.610.49351.5255.4232.55
Hex8125320473D311603721
Octal2014562010775615406741
Binary1000000110010111001001000111111101110001101100000110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812532; }

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

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

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

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

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

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

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

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