Html Css Color HEX #812427 Flame Red

📋 copy color: '#812427'

red 129 ◦ green 36 ◦ blue 39

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

Shades of Flame Red #812427

Tints of Flame Red #812427

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.65%

 BLUE value IS 39 (15.63% from 255) = 19.12%

R = 63.24%
G = 17.65%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#812427 (or 0x812427) is known color: Flame Red. HEX triplet: 81, 24 and 27. RGB value is (129,36,39). Sum of RGB (Red+Green+Blue) = 129+36+39=204 (27% of max value = 765). Red value is 129 (50.78% from 255 or 63.24% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 39 (15.62% from 255 or 19.12% from 204); Max value from RGB is 129 - color contains mainly: red. Hex color #812427 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812427 is #7EDBD8. Grayscale: #404040. Windows color (decimal): -8313817 or 2565249. OLE color: 2565249.

HSL color Cylindrical-coordinate representation of color #812427: hue angle of 358.06º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #812427 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 36 39 -
CMYK 0 0.72 0.70 0.49
HSL 358.06º 0.56% 0.32% -
HSV(B) 358.06º 0.72% 0.51% -
XYZ 10.05 6.08 2.56 -
YUV 64.15 113.81 174.26 -
System Red Green Blue C M Y K H S L
Decimal 129 36 39 0 0.72 0.70 0.49 358.06 0.56 0.32
Hex 81 24 27 0 48 46 31 166 38 20
Octal 201 44 47 0 110 106 61 546 70 40
Binary 10000001 100100 100111 0 1001000 1000110 110001 101100110 111000 100000

Color Harmonies of #812427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812427

Black with #812427

Text Example


Text Example

White with #812427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812427; }

 p { color: rgb(129,36,39); }

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

background-color css

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

 a { background-color: rgb(129,36,39); }

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

border-color css

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

 span { border-color: rgb(129,36,39); }

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