#81242E

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

Shades of Scarlett #81242E

Tints of Scarlett #81242E

Color information

#81242E (or 0x81242E) is unknown color: approx Scarlett. HEX triplet: 81, 24 and 2E. RGB value is (129,36,46). Sum of RGB (Red+Green+Blue) = 129+36+46=211 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.14% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 129 - color contains mainly: red. Hex color #81242E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81242E is #7EDBD1. Grayscale: #414141. Windows color (decimal): -8313810 or 3024001. OLE color: 3024001.

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

Color convert

RGB1293646-
CMYK00.720.640.49
HSL353.55º56.36%32.35%-
HSV(B)353.55º72.09%50.59%-
XYZ10.186.133.23-
YUV64.95117.31173.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 61.14%
GREEN value IS 36 (14.45% from 255) = 17.06%
BLUE value IS 46 (18.36% from 255) = 21.80%
R=61.14%
G=17.06%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129364600.720.640.49353.5556.3632.35
Hex81242E04840311623820
Octal20144560110100615427040
Binary10000001100100101110010010001000000110001101100010111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81242E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81242E; }

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

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

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

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

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

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

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

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