Html Css Color HEX #82292F Flame Red

📋 copy color: '#82292F'

red 130 ◦ green 41 ◦ blue 47

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

Shades of Flame Red #82292F

Tints of Flame Red #82292F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.56%

R = 59.63%
G = 18.81%
B = 21.56%

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

#82292F (or 0x82292F) is known color: Flame Red. HEX triplet: 82, 29 and 2F. RGB value is (130,41,47). Sum of RGB (Red+Green+Blue) = 130+41+47=218 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.63% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 47 (18.75% from 255 or 21.56% from 218); Max value from RGB is 130 - color contains mainly: red. Hex color #82292F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82292F is #7DD6D0. Grayscale: #444444. Windows color (decimal): -8246993 or 3090818. OLE color: 3090818.

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

Color convert

RGB 130 41 47 -
CMYK 0 0.68 0.64 0.49
HSL 355.96º 0.52% 0.34% -
HSV(B) 355.96º 0.68% 0.51% -
XYZ 10.51 6.54 3.4 -
YUV 68.3 115.99 172.01 -
System Red Green Blue C M Y K H S L
Decimal 130 41 47 0 0.68 0.64 0.49 355.96 0.52 0.34
Hex 82 29 2F 0 44 40 31 164 34 22
Octal 202 51 57 0 104 100 61 544 64 42
Binary 10000010 101001 101111 0 1000100 1000000 110001 101100100 110100 100010

Color Harmonies of #82292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82292F

Black with #82292F

Text Example


Text Example

White with #82292F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82292F; }

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

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

background-color css

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

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

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

border-color css

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

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

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