#822023

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

Shades of Flame Red #822023

Tints of Flame Red #822023

Color information

#822023 (or 0x822023) is unknown color: approx Flame Red. HEX triplet: 82, 20 and 23. RGB value is (130,32,35). Sum of RGB (Red+Green+Blue) = 130+32+35=197 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.99% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 35 (14.06% from 255 or 17.77% from 197); Max value from RGB is 130 - color contains mainly: red. Hex color #822023 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822023 is #7DDFDC. Grayscale: #3D3D3D. Windows color (decimal): -8249309 or 2302082. OLE color: 2302082.

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

Color convert

RGB1303235-
CMYK00.750.730.49
HSL358.16º60.49%31.76%-
HSV(B)358.16º75.38%50.98%-
XYZ10.035.92.2-
YUV61.64112.97176.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 65.99%
GREEN value IS 32 (12.89% from 255) = 16.24%
BLUE value IS 35 (14.06% from 255) = 17.77%
R=65.99%
G=16.24%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.73
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130323500.750.730.49358.1660.4931.76
Hex82202304B49311663c20
Octal20240430113111615467440
Binary10000010100000100011010010111001001110001101100110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822023; }

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

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

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

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

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

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

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

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