Html Css Color HEX #822F31 Flame Red

📋 copy color: '#822F31'

red 130 ◦ green 47 ◦ blue 49

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

Shades of Flame Red #822F31

Tints of Flame Red #822F31

RGB

 RED value IS 130 (51.17% from 255) = 57.52%

 GREEN value IS 47 (18.75% from 255) = 20.8%

 BLUE value IS 49 (19.53% from 255) = 21.68%

R = 57.52%
G = 20.8%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#822F31 (or 0x822F31) is known color: Flame Red. HEX triplet: 82, 2F and 31. RGB value is (130,47,49). Sum of RGB (Red+Green+Blue) = 130+47+49=226 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.52% from 226); Green value is 47 (18.75% from 255 or 20.80% from 226); Blue value is 49 (19.53% from 255 or 21.68% from 226); Max value from RGB is 130 - color contains mainly: red. Hex color #822F31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822F31 is #7DD0CE. Grayscale: #484848. Windows color (decimal): -8245455 or 3223426. OLE color: 3223426.

HSL color Cylindrical-coordinate representation of color #822F31: hue angle of 358.55º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #822F31 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 47 49 -
CMYK 0 0.64 0.62 0.49
HSL 358.55º 0.47% 0.35% -
HSV(B) 358.55º 0.64% 0.51% -
XYZ 10.78 7 3.69 -
YUV 72.05 115 169.34 -
System Red Green Blue C M Y K H S L
Decimal 130 47 49 0 0.64 0.62 0.49 358.55 0.47 0.35
Hex 82 2F 31 0 40 3E 31 167 2F 23
Octal 202 57 61 0 100 76 61 547 57 43
Binary 10000010 101111 110001 0 1000000 111110 110001 101100111 101111 100011

Color Harmonies of #822F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822F31

Black with #822F31

Text Example


Text Example

White with #822F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822F31; }

 p { color: rgb(130,47,49); }

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

background-color css

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

 a { background-color: rgb(130,47,49); }

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

border-color css

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

 span { border-color: rgb(130,47,49); }

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