#811A2C

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

Shades of Scarlett #811A2C

Tints of Scarlett #811A2C

Color information

#811A2C (or 0x811A2C) is unknown color: approx Scarlett. HEX triplet: 81, 1A and 2C. RGB value is (129,26,44). Sum of RGB (Red+Green+Blue) = 129+26+44=199 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.82% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 129 - color contains mainly: red. Hex color #811A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811A2C is #7EE5D3. Grayscale: #3A3A3A. Windows color (decimal): -8316372 or 2890369. OLE color: 2890369.

HSL color Cylindrical-coordinate representation of color #811A2C: hue angle of 349.51º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #811A2C is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB1292644-
CMYK00.800.660.49
HSL349.51º66.45%30.39%-
HSV(B)349.51º79.84%50.59%-
XYZ9.885.592.94-
YUV58.85119.62178.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 64.82%
GREEN value IS 26 (10.55% from 255) = 13.07%
BLUE value IS 44 (17.58% from 255) = 22.11%
R=64.82%
G=13.07%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129264400.800.660.49349.5166.4530.39
Hex811A2C050423115e421e
Octal201325401201026153610236
Binary1000000111010101100010100001000010110001101011110100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811A2C; }

 p { color: rgb(129,26,44); }

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

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

 a { background-color: rgb(129,26,44); }

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

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

 span { border-color: rgb(129,26,44); }

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