#812236

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

Shades of Scarlett #812236

Tints of Scarlett #812236

Color information

#812236 (or 0x812236) is unknown color: approx Scarlett. HEX triplet: 81, 22 and 36. RGB value is (129,34,54). Sum of RGB (Red+Green+Blue) = 129+34+54=217 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.45% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 54 (21.48% from 255 or 24.88% from 217); Max value from RGB is 129 - color contains mainly: red. Hex color #812236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812236 is #7EDDC9. Grayscale: #404040. Windows color (decimal): -8314314 or 3547777. OLE color: 3547777.

HSL color Cylindrical-coordinate representation of color #812236: hue angle of 347.37º degrees, saturation: 0.58, 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 #812236 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB1293454-
CMYK00.740.580.49
HSL347.37º58.28%31.96%-
HSV(B)347.37º73.64%50.59%-
XYZ10.296.084.12-
YUV64.68121.97173.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 59.45%
GREEN value IS 34 (13.67% from 255) = 15.67%
BLUE value IS 54 (21.48% from 255) = 24.88%
R=59.45%
G=15.67%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129345400.740.580.49347.3758.2831.96
Hex81223604A3A3115b3a20
Octal2014266011272615337240
Binary1000000110001011011001001010111010110001101011011111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812236; }

 p { color: rgb(129,34,54); }

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

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

 a { background-color: rgb(129,34,54); }

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

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

 span { border-color: rgb(129,34,54); }

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