#83402B

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

Shades of Fire #83402B

Tints of Fire #83402B

Color information

#83402B (or 0x83402B) is unknown color: approx Fire. HEX triplet: 83, 40 and 2B. RGB value is (131,64,43). Sum of RGB (Red+Green+Blue) = 131+64+43=238 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.04% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 131 - color contains mainly: red. Hex color #83402B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83402B is #7CBFD4. Grayscale: #515151. Windows color (decimal): -8175573 or 2834563. OLE color: 2834563.

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

Color convert

RGB1316443-
CMYK00.510.670.49
HSL14.32º50.57%34.12%-
HSV(B)14.32º67.18%51.37%-
XYZ11.638.673.35-
YUV81.64106.2163.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 55.04%
GREEN value IS 64 (25.39% from 255) = 26.89%
BLUE value IS 43 (17.19% from 255) = 18.07%
R=55.04%
G=26.89%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131644300.510.670.4914.3250.5734.12
Hex83402B0334331e3322
Octal2031005306310361166342
Binary100000111000000101011011001110000111100011110110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83402B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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