Html Css Color HEX #81292E Flame Red

📋 copy color: '#81292E'

red 129 ◦ green 41 ◦ blue 46

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

Shades of Flame Red #81292E

Tints of Flame Red #81292E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.98%

 BLUE value IS 46 (18.36% from 255) = 21.3%

R = 59.72%
G = 18.98%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#81292E (or 0x81292E) is known color: Flame Red. HEX triplet: 81, 29 and 2E. RGB value is (129,41,46). Sum of RGB (Red+Green+Blue) = 129+41+46=216 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.72% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 46 (18.36% from 255 or 21.30% from 216); Max value from RGB is 129 - color contains mainly: red. Hex color #81292E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81292E is #7ED6D1. Grayscale: #434343. Windows color (decimal): -8312530 or 3025281. OLE color: 3025281.

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

Color convert

RGB 129 41 46 -
CMYK 0 0.68 0.64 0.49
HSL 356.59º 0.52% 0.33% -
HSV(B) 356.59º 0.68% 0.51% -
XYZ 10.34 6.45 3.28 -
YUV 67.88 115.65 171.59 -
System Red Green Blue C M Y K H S L
Decimal 129 41 46 0 0.68 0.64 0.49 356.59 0.52 0.33
Hex 81 29 2E 0 44 40 31 165 34 21
Octal 201 51 56 0 104 100 61 545 64 41
Binary 10000001 101001 101110 0 1000100 1000000 110001 101100101 110100 100001

Color Harmonies of #81292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81292E

Black with #81292E

Text Example


Text Example

White with #81292E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81292E; }

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

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

background-color css

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

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

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

border-color css

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

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

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