#822F30

Color #822F30 Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #822F30

Tints of Flame Red #822F30

Color information

#822F30 (or 0x822F30) is unknown color: approx Flame Red. HEX triplet: 82, 2F and 30. RGB value is (130,47,48). Sum of RGB (Red+Green+Blue) = 130+47+48=225 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.78% from 225); Green value is 47 (18.75% from 255 or 20.89% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 130 - color contains mainly: red. Hex color #822F30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822F30 is #7DD0CF. Grayscale: #484848. Windows color (decimal): -8245456 or 3157890. OLE color: 3157890.

HSL color Cylindrical-coordinate representation of color #822F30: hue angle of 359.28º 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 #822F30 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB1304748-
CMYK00.640.630.49
HSL359.28º46.89%34.71%-
HSV(B)359.28º63.85%50.98%-
XYZ10.766.993.58-
YUV71.93114.5169.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.78%
GREEN value IS 47 (18.75% from 255) = 20.89%
BLUE value IS 48 (19.14% from 255) = 21.33%
R=57.78%
G=20.89%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130474800.640.630.49359.2846.8934.71
Hex822F300403F311672f23
Octal2025760010077615475743
Binary1000001010111111000001000000111111110001101100111101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #822F30;
 }
 .AnyTagClassName
 {
   color: #822F30;
 }
</style>
background-color css

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

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

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

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

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

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