#832327

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

Shades of Flame Red #832327

Tints of Flame Red #832327

Color information

#832327 (or 0x832327) is unknown color: approx Flame Red. HEX triplet: 83, 23 and 27. RGB value is (131,35,39). Sum of RGB (Red+Green+Blue) = 131+35+39=205 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.90% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 131 - color contains mainly: red. Hex color #832327 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832327 is #7CDCD8. Grayscale: #404040. Windows color (decimal): -8183001 or 2564995. OLE color: 2564995.

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

Color convert

RGB1313539-
CMYK00.730.700.49
HSL357.5º57.83%32.55%-
HSV(B)357.5º73.28%51.37%-
XYZ10.336.172.57-
YUV64.16113.8175.67-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 63.90%
GREEN value IS 35 (14.06% from 255) = 17.07%
BLUE value IS 39 (15.62% from 255) = 19.02%
R=63.90%
G=17.07%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131353900.730.700.49357.557.8332.55
Hex83232704946311663a21
Octal20343470111106615467241
Binary10000011100011100111010010011000110110001101100110111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832327; }

 p { color: rgb(131,35,39); }

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

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

 a { background-color: rgb(131,35,39); }

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

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

 span { border-color: rgb(131,35,39); }

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