#883B28

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

Shades of Fire #883B28

Tints of Fire #883B28

Color information

#883B28 (or 0x883B28) is unknown color: approx Fire. HEX triplet: 88, 3B and 28. RGB value is (136,59,40). Sum of RGB (Red+Green+Blue) = 136+59+40=235 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.87% from 235); Green value is 59 (23.44% from 255 or 25.11% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 136 - color contains mainly: red. Hex color #883B28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883B28 is #77C4D7. Grayscale: #505050. Windows color (decimal): -7849176 or 2636680. OLE color: 2636680.

HSL color Cylindrical-coordinate representation of color #883B28: hue angle of 11.87º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #883B28 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB1365940-
CMYK00.570.710.47
HSL11.87º54.55%34.51%-
HSV(B)11.87º70.59%53.33%-
XYZ12.18.523.01-
YUV79.86105.51168.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 57.87%
GREEN value IS 59 (23.44% from 255) = 25.11%
BLUE value IS 40 (16.02% from 255) = 17.02%
R=57.87%
G=25.11%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136594000.570.710.4711.8754.5534.51
Hex883B28039472Fc3723
Octal210735007110757146743
Binary10001000111011101000011100110001111011111100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883B28; }

 p { color: rgb(136,59,40); }

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

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

 a { background-color: rgb(136,59,40); }

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

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

 span { border-color: rgb(136,59,40); }

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