#812529

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

Shades of Flame Red #812529

Tints of Flame Red #812529

Color information

#812529 (or 0x812529) is unknown color: approx Flame Red. HEX triplet: 81, 25 and 29. RGB value is (129,37,41). Sum of RGB (Red+Green+Blue) = 129+37+41=207 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.32% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 41 (16.41% from 255 or 19.81% from 207); Max value from RGB is 129 - color contains mainly: red. Hex color #812529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812529 is #7EDAD6. Grayscale: #414141. Windows color (decimal): -8313559 or 2696577. OLE color: 2696577.

HSL color Cylindrical-coordinate representation of color #812529: hue angle of 357.39º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #812529 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB1293741-
CMYK00.710.680.49
HSL357.39º55.42%32.55%-
HSV(B)357.39º71.32%50.59%-
XYZ10.126.152.75-
YUV64.96114.48173.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 62.32%
GREEN value IS 37 (14.84% from 255) = 17.87%
BLUE value IS 41 (16.41% from 255) = 19.81%
R=62.32%
G=17.87%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129374100.710.680.49357.3955.4232.55
Hex81252904744311653721
Octal20145510107104615456741
Binary10000001100101101001010001111000100110001101100101110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812529; }

 p { color: rgb(129,37,41); }

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

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

 a { background-color: rgb(129,37,41); }

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

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

 span { border-color: rgb(129,37,41); }

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