#812129

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

Shades of Scarlett #812129

Tints of Scarlett #812129

Color information

#812129 (or 0x812129) is unknown color: approx Scarlett. HEX triplet: 81, 21 and 29. RGB value is (129,33,41). Sum of RGB (Red+Green+Blue) = 129+33+41=203 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.55% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 41 (16.41% from 255 or 20.20% from 203); Max value from RGB is 129 - color contains mainly: red. Hex color #812129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812129 is #7EDED6. Grayscale: #3E3E3E. Windows color (decimal): -8314583 or 2695553. OLE color: 2695553.

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

Color convert

RGB1293341-
CMYK00.740.680.49
HSL355º59.26%31.76%-
HSV(B)355º74.42%50.59%-
XYZ105.912.71-
YUV62.62115.8175.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 63.55%
GREEN value IS 33 (13.28% from 255) = 16.26%
BLUE value IS 41 (16.41% from 255) = 20.20%
R=63.55%
G=16.26%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129334100.740.680.4935559.2631.76
Hex81212904A44311633b20
Octal20141510112104615437340
Binary10000001100001101001010010101000100110001101100011111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812129; }

 p { color: rgb(129,33,41); }

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

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

 a { background-color: rgb(129,33,41); }

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

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

 span { border-color: rgb(129,33,41); }

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