Html Css Color HEX #822529 Flame Red

📋 copy color: '#822529'

red 130 ◦ green 37 ◦ blue 41

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

Shades of Flame Red #822529

Tints of Flame Red #822529

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.79%

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

R = 62.5%
G = 17.79%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#822529 (or 0x822529) is known color: Flame Red. HEX triplet: 82, 25 and 29. RGB value is (130,37,41). Sum of RGB (Red+Green+Blue) = 130+37+41=208 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.5% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 41 (16.41% from 255 or 19.71% from 208); Max value from RGB is 130 - color contains mainly: red. Hex color #822529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822529 is #7DDAD6. Grayscale: #414141. Windows color (decimal): -8248023 or 2696578. OLE color: 2696578.

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

Color convert

RGB 130 37 41 -
CMYK 0 0.72 0.68 0.49
HSL 357.42º 0.56% 0.33% -
HSV(B) 357.42º 0.72% 0.51% -
XYZ 10.27 6.23 2.76 -
YUV 65.26 114.31 174.17 -
System Red Green Blue C M Y K H S L
Decimal 130 37 41 0 0.72 0.68 0.49 357.42 0.56 0.33
Hex 82 25 29 0 48 44 31 165 38 21
Octal 202 45 51 0 110 104 61 545 70 41
Binary 10000010 100101 101001 0 1001000 1000100 110001 101100101 111000 100001

Color Harmonies of #822529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822529

Black with #822529

Text Example


Text Example

White with #822529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822529; }

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

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

background-color css

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

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

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

border-color css

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

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

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