#812026

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

Shades of Flame Red #812026

Tints of Flame Red #812026

Color information

#812026 (or 0x812026) is unknown color: approx Flame Red. HEX triplet: 81, 20 and 26. RGB value is (129,32,38). Sum of RGB (Red+Green+Blue) = 129+32+38=199 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.82% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 38 (15.23% from 255 or 19.10% from 199); Max value from RGB is 129 - color contains mainly: red. Hex color #812026 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812026 is #7EDFD9. Grayscale: #3D3D3D. Windows color (decimal): -8314842 or 2498689. OLE color: 2498689.

HSL color Cylindrical-coordinate representation of color #812026: hue angle of 356.29º 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 #812026 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB1293238-
CMYK00.750.710.49
HSL356.29º60.25%31.57%-
HSV(B)356.29º75.19%50.59%-
XYZ9.925.842.44-
YUV61.69114.64176.01-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 64.82%
GREEN value IS 32 (12.89% from 255) = 16.08%
BLUE value IS 38 (15.23% from 255) = 19.10%
R=64.82%
G=16.08%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129323800.750.710.49356.2960.2531.57
Hex81202604B47311643c20
Octal20140460113107615447440
Binary10000001100000100110010010111000111110001101100100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812026; }

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

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

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

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

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

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

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

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