#83402C

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

Shades of Fire #83402C

Tints of Fire #83402C

Color information

#83402C (or 0x83402C) is unknown color: approx Fire. HEX triplet: 83, 40 and 2C. RGB value is (131,64,44). Sum of RGB (Red+Green+Blue) = 131+64+44=239 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.81% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 131 - color contains mainly: red. Hex color #83402C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83402C is #7CBFD3. Grayscale: #515151. Windows color (decimal): -8175572 or 2900099. OLE color: 2900099.

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

Color convert

RGB1316444-
CMYK00.510.660.49
HSL13.79º49.71%34.31%-
HSV(B)13.79º66.41%51.37%-
XYZ11.658.673.44-
YUV81.75106.7163.13-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 54.81%
GREEN value IS 64 (25.39% from 255) = 26.78%
BLUE value IS 44 (17.58% from 255) = 18.41%
R=54.81%
G=26.78%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131644400.510.660.4913.7949.7134.31
Hex83402C0334231e3222
Octal2031005406310261166242
Binary100000111000000101100011001110000101100011110110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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