#83402A

Color #83402A Fire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire #83402A

Tints of Fire #83402A

Color information

#83402A (or 0x83402A) is unknown color: approx Fire. HEX triplet: 83, 40 and 2A. RGB value is (131,64,42). Sum of RGB (Red+Green+Blue) = 131+64+42=237 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.27% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 131 - color contains mainly: red. Hex color #83402A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83402A is #7CBFD5. Grayscale: #515151. Windows color (decimal): -8175574 or 2769027. OLE color: 2769027.

HSL color Cylindrical-coordinate representation of color #83402A: hue angle of 14.83º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #83402A is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB1316442-
CMYK00.510.680.49
HSL14.83º51.45%33.92%-
HSV(B)14.83º67.94%51.37%-
XYZ11.618.663.25-
YUV81.52105.7163.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 55.27%
GREEN value IS 64 (25.39% from 255) = 27.00%
BLUE value IS 42 (16.80% from 255) = 17.72%
R=55.27%
G=27.00%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131644200.510.680.4914.8351.4533.92
Hex83402A0334431f3322
Octal2031005206310461176342
Binary100000111000000101010011001110001001100011111110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83402A; }

 p { color: rgb(131,64,42); }

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

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

 a { background-color: rgb(131,64,42); }

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

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

 span { border-color: rgb(131,64,42); }

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