#832122

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

Shades of Flame Red #832122

Tints of Flame Red #832122

Color information

#832122 (or 0x832122) is unknown color: approx Flame Red. HEX triplet: 83, 21 and 22. RGB value is (131,33,34). Sum of RGB (Red+Green+Blue) = 131+33+34=198 (26% of max value = 765). Red value is 131 (51.56% from 255 or 66.16% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 34 (13.67% from 255 or 17.17% from 198); Max value from RGB is 131 - color contains mainly: red. Hex color #832122 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832122 is #7CDEDD. Grayscale: #3E3E3E. Windows color (decimal): -8183518 or 2236803. OLE color: 2236803.

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

Color convert

RGB1313334-
CMYK00.750.740.49
HSL359.39º59.76%32.16%-
HSV(B)359.39º74.81%51.37%-
XYZ10.196.032.14-
YUV62.42111.97176.92-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 66.16%
GREEN value IS 33 (13.28% from 255) = 16.67%
BLUE value IS 34 (13.67% from 255) = 17.17%
R=66.16%
G=16.67%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131333400.750.740.49359.3959.7632.16
Hex83212204B4A311673c20
Octal20341420113112615477440
Binary10000011100001100010010010111001010110001101100111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832122; }

 p { color: rgb(131,33,34); }

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

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

 a { background-color: rgb(131,33,34); }

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

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

 span { border-color: rgb(131,33,34); }

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