#822627

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

Shades of Flame Red #822627

Tints of Flame Red #822627

Color information

#822627 (or 0x822627) is unknown color: approx Flame Red. HEX triplet: 82, 26 and 27. RGB value is (130,38,39). Sum of RGB (Red+Green+Blue) = 130+38+39=207 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.80% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 39 (15.62% from 255 or 18.84% from 207); Max value from RGB is 130 - color contains mainly: red. Hex color #822627 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822627 is #7DD9D8. Grayscale: #414141. Windows color (decimal): -8247769 or 2565762. OLE color: 2565762.

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

Color convert

RGB1303839-
CMYK00.710.700.49
HSL359.35º54.76%32.94%-
HSV(B)359.35º70.77%50.98%-
XYZ10.276.282.59-
YUV65.62112.98173.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 62.80%
GREEN value IS 38 (15.23% from 255) = 18.36%
BLUE value IS 39 (15.62% from 255) = 18.84%
R=62.80%
G=18.36%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130383900.710.700.49359.3554.7632.94
Hex82262704746311673721
Octal20246470107106615476741
Binary10000010100110100111010001111000110110001101100111110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822627; }

 p { color: rgb(130,38,39); }

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

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

 a { background-color: rgb(130,38,39); }

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

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

 span { border-color: rgb(130,38,39); }

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