Html Css Color HEX #822528 Flame Red

📋 copy color: '#822528'

red 130 ◦ green 37 ◦ blue 40

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

Shades of Flame Red #822528

Tints of Flame Red #822528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.32%

R = 62.8%
G = 17.87%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#822528 (or 0x822528) is known color: Flame Red. HEX triplet: 82, 25 and 28. RGB value is (130,37,40). Sum of RGB (Red+Green+Blue) = 130+37+40=207 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.80% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 130 - color contains mainly: red. Hex color #822528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822528 is #7DDAD7. Grayscale: #414141. Windows color (decimal): -8248024 or 2631042. OLE color: 2631042.

HSL color Cylindrical-coordinate representation of color #822528: hue angle of 358.06º 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 #822528 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 37 40 -
CMYK 0 0.72 0.69 0.49
HSL 358.06º 0.56% 0.33% -
HSV(B) 358.06º 0.72% 0.51% -
XYZ 10.25 6.22 2.67 -
YUV 65.15 113.81 174.26 -
System Red Green Blue C M Y K H S L
Decimal 130 37 40 0 0.72 0.69 0.49 358.06 0.56 0.33
Hex 82 25 28 0 48 45 31 166 38 21
Octal 202 45 50 0 110 105 61 546 70 41
Binary 10000010 100101 101000 0 1001000 1000101 110001 101100110 111000 100001

Color Harmonies of #822528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822528

Black with #822528

Text Example


Text Example

White with #822528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822528; }

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

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

background-color css

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

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

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

border-color css

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

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

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