#811C26

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

Shades of Scarlett #811C26

Tints of Scarlett #811C26

Color information

#811C26 (or 0x811C26) is unknown color: approx Scarlett. HEX triplet: 81, 1C and 26. RGB value is (129,28,38). Sum of RGB (Red+Green+Blue) = 129+28+38=195 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.15% from 195); Green value is 28 (11.33% from 255 or 14.36% from 195); Blue value is 38 (15.23% from 255 or 19.49% from 195); Max value from RGB is 129 - color contains mainly: red. Hex color #811C26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811C26 is #7EE3D9. Grayscale: #3B3B3B. Windows color (decimal): -8315866 or 2497665. OLE color: 2497665.

HSL color Cylindrical-coordinate representation of color #811C26: hue angle of 354.06º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #811C26 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB1292838-
CMYK00.780.710.49
HSL354.06º64.33%30.78%-
HSV(B)354.06º78.29%50.59%-
XYZ9.825.642.4-
YUV59.34115.96177.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 66.15%
GREEN value IS 28 (11.33% from 255) = 14.36%
BLUE value IS 38 (15.23% from 255) = 19.49%
R=66.15%
G=14.36%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129283800.780.710.49354.0664.3330.78
Hex811C2604E4731162401f
Octal201344601161076154210037
Binary1000000111100100110010011101000111110001101100010100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,28,38); }

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

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

 a { background-color: rgb(129,28,38); }

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

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

 span { border-color: rgb(129,28,38); }

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