Html Css Color HEX #842029 Flame Red

📋 copy color: '#842029'

red 132 ◦ green 32 ◦ blue 41

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

Shades of Flame Red #842029

Tints of Flame Red #842029

RGB

 RED value IS 132 (51.95% from 255) = 64.39%

 GREEN value IS 32 (12.89% from 255) = 15.61%

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

R = 64.39%
G = 15.61%
B = 20%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#842029 (or 0x842029) is known color: Flame Red. HEX triplet: 84, 20 and 29. RGB value is (132,32,41). Sum of RGB (Red+Green+Blue) = 132+32+41=205 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.39% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 132 - color contains mainly: red. Hex color #842029 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842029 is #7BDFD6. Grayscale: #3E3E3E. Windows color (decimal): -8118231 or 2695300. OLE color: 2695300.

HSL color Cylindrical-coordinate representation of color #842029: hue angle of 354.6º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #842029 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 32 41 -
CMYK 0 0.76 0.69 0.48
HSL 354.6º 0.61% 0.32% -
HSV(B) 354.6º 0.76% 0.52% -
XYZ 10.43 6.1 2.73 -
YUV 62.93 115.63 177.27 -
System Red Green Blue C M Y K H S L
Decimal 132 32 41 0 0.76 0.69 0.48 354.6 0.61 0.32
Hex 84 20 29 0 4C 45 30 163 3D 20
Octal 204 40 51 0 114 105 60 543 75 40
Binary 10000100 100000 101001 0 1001100 1000101 110000 101100011 111101 100000

Color Harmonies of #842029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842029

Black with #842029

Text Example


Text Example

White with #842029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842029; }

 p { color: rgb(132,32,41); }

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

background-color css

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

 a { background-color: rgb(132,32,41); }

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

border-color css

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

 span { border-color: rgb(132,32,41); }

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