#812433

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

Shades of Scarlett #812433

Tints of Scarlett #812433

Color information

#812433 (or 0x812433) is unknown color: approx Scarlett. HEX triplet: 81, 24 and 33. RGB value is (129,36,51). Sum of RGB (Red+Green+Blue) = 129+36+51=216 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.72% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 51 (20.31% from 255 or 23.61% from 216); Max value from RGB is 129 - color contains mainly: red. Hex color #812433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812433 is #7EDBCC. Grayscale: #414141. Windows color (decimal): -8313805 or 3351681. OLE color: 3351681.

HSL color Cylindrical-coordinate representation of color #812433: hue angle of 350.32º 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 #812433 is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB1293651-
CMYK00.720.600.49
HSL350.32º56.36%32.35%-
HSV(B)350.32º72.09%50.59%-
XYZ10.286.173.78-
YUV65.52119.81173.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 59.72%
GREEN value IS 36 (14.45% from 255) = 16.67%
BLUE value IS 51 (20.31% from 255) = 23.61%
R=59.72%
G=16.67%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129365100.720.600.49350.3256.3632.35
Hex8124330483C3115e3820
Octal2014463011074615367040
Binary1000000110010011001101001000111100110001101011110111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812433; }

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

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

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

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

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

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

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

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