Html Css Color HEX #812829 Flame Red

📋 copy color: '#812829'

red 129 ◦ green 40 ◦ blue 41

#812829
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flame Red #812829

Tints of Flame Red #812829

RGB

 RED value IS 129 (50.78% from 255) = 61.43%

 GREEN value IS 40 (16.02% from 255) = 19.05%

 BLUE value IS 41 (16.41% from 255) = 19.52%

R = 61.43%
G = 19.05%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#812829 (or 0x812829) is known color: Flame Red. HEX triplet: 81, 28 and 29. RGB value is (129,40,41). Sum of RGB (Red+Green+Blue) = 129+40+41=210 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.43% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 41 (16.41% from 255 or 19.52% from 210); Max value from RGB is 129 - color contains mainly: red. Hex color #812829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812829 is #7ED7D6. Grayscale: #424242. Windows color (decimal): -8312791 or 2697345. OLE color: 2697345.

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

Color convert

RGB 129 40 41 -
CMYK 0 0.69 0.68 0.49
HSL 359.33º 0.53% 0.33% -
HSV(B) 359.33º 0.69% 0.51% -
XYZ 10.21 6.34 2.78 -
YUV 66.73 113.49 172.42 -
System Red Green Blue C M Y K H S L
Decimal 129 40 41 0 0.69 0.68 0.49 359.33 0.53 0.33
Hex 81 28 29 0 45 44 31 167 35 21
Octal 201 50 51 0 105 104 61 547 65 41
Binary 10000001 101000 101001 0 1000101 1000100 110001 101100111 110101 100001

Color Harmonies of #812829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812829

Black with #812829

Text Example


Text Example

White with #812829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812829; }

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

 H1.HeaderClassName
 {
   color: #812829;
 }
 .AnyTagClassName
 {
   color: #812829;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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