#832428

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

Shades of Flame Red #832428

Tints of Flame Red #832428

Color information

#832428 (or 0x832428) is unknown color: approx Flame Red. HEX triplet: 83, 24 and 28. RGB value is (131,36,40). Sum of RGB (Red+Green+Blue) = 131+36+40=207 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.29% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 131 - color contains mainly: red. Hex color #832428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832428 is #7CDBD7. Grayscale: #404040. Windows color (decimal): -8182744 or 2630787. OLE color: 2630787.

HSL color Cylindrical-coordinate representation of color #832428: hue angle of 357.47º degrees, saturation: 0.57, 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 #832428 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB1313640-
CMYK00.730.690.49
HSL357.47º56.89%32.75%-
HSV(B)357.47º72.52%51.37%-
XYZ10.376.242.67-
YUV64.86113.97175.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 63.29%
GREEN value IS 36 (14.45% from 255) = 17.39%
BLUE value IS 40 (16.02% from 255) = 19.32%
R=63.29%
G=17.39%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131364000.730.690.49357.4756.8932.75
Hex83242804945311653921
Octal20344500111105615457141
Binary10000011100100101000010010011000101110001101100101111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832428; }

 p { color: rgb(131,36,40); }

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

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

 a { background-color: rgb(131,36,40); }

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

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

 span { border-color: rgb(131,36,40); }

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