Html Css Color HEX #822328 Flame Red

📋 copy color: '#822328'

red 130 ◦ green 35 ◦ blue 40

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

Shades of Flame Red #822328

Tints of Flame Red #822328

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.07%

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

R = 63.41%
G = 17.07%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#822328 (or 0x822328) is known color: Flame Red. HEX triplet: 82, 23 and 28. RGB value is (130,35,40). Sum of RGB (Red+Green+Blue) = 130+35+40=205 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.41% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 130 - color contains mainly: red. Hex color #822328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822328 is #7DDCD7. Grayscale: #404040. Windows color (decimal): -8248536 or 2630530. OLE color: 2630530.

HSL color Cylindrical-coordinate representation of color #822328: hue angle of 356.84º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #822328 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 35 40 -
CMYK 0 0.73 0.69 0.49
HSL 356.84º 0.58% 0.32% -
HSV(B) 356.84º 0.73% 0.51% -
XYZ 10.19 6.1 2.65 -
YUV 63.98 114.47 175.09 -
System Red Green Blue C M Y K H S L
Decimal 130 35 40 0 0.73 0.69 0.49 356.84 0.58 0.32
Hex 82 23 28 0 49 45 31 165 3A 20
Octal 202 43 50 0 111 105 61 545 72 40
Binary 10000010 100011 101000 0 1001001 1000101 110001 101100101 111010 100000

Color Harmonies of #822328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822328

Black with #822328

Text Example


Text Example

White with #822328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822328; }

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

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

background-color css

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

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

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

border-color css

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

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

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