#812035

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

Shades of Scarlett #812035

Tints of Scarlett #812035

Color information

#812035 (or 0x812035) is unknown color: approx Scarlett. HEX triplet: 81, 20 and 35. RGB value is (129,32,53). Sum of RGB (Red+Green+Blue) = 129+32+53=214 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.28% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 53 (21.09% from 255 or 24.77% from 214); Max value from RGB is 129 - color contains mainly: red. Hex color #812035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812035 is #7EDFCA. Grayscale: #3F3F3F. Windows color (decimal): -8314827 or 3481729. OLE color: 3481729.

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

Color convert

RGB1293253-
CMYK00.750.590.49
HSL347.01º60.25%31.57%-
HSV(B)347.01º75.19%50.59%-
XYZ10.215.963.98-
YUV63.4122.14174.79-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 60.28%
GREEN value IS 32 (12.89% from 255) = 14.95%
BLUE value IS 53 (21.09% from 255) = 24.77%
R=60.28%
G=14.95%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129325300.750.590.49347.0160.2531.57
Hex81203504B3B3115b3c20
Octal2014065011373615337440
Binary1000000110000011010101001011111011110001101011011111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812035; }

 p { color: rgb(129,32,53); }

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

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

 a { background-color: rgb(129,32,53); }

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

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

 span { border-color: rgb(129,32,53); }

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