#88402D

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

Shades of Fire #88402D

Tints of Fire #88402D

Color information

#88402D (or 0x88402D) is unknown color: approx Fire. HEX triplet: 88, 40 and 2D. RGB value is (136,64,45). Sum of RGB (Red+Green+Blue) = 136+64+45=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #88402D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88402D is #77BFD2. Grayscale: #535353. Windows color (decimal): -7847891 or 2965640. OLE color: 2965640.

HSL color Cylindrical-coordinate representation of color #88402D: hue angle of 12.53º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #88402D is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB1366445-
CMYK00.530.670.47
HSL12.53º50.28%35.49%-
HSV(B)12.53º66.91%53.33%-
XYZ12.469.093.58-
YUV83.36106.35165.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.51%
GREEN value IS 64 (25.39% from 255) = 26.12%
BLUE value IS 45 (17.97% from 255) = 18.37%
R=55.51%
G=26.12%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136644500.530.670.4712.5350.2835.49
Hex88402D035432Fd3223
Octal2101005506510357156243
Binary100010001000000101101011010110000111011111101110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88402D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88402D; }

 p { color: rgb(136,64,45); }

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

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

 a { background-color: rgb(136,64,45); }

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

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

 span { border-color: rgb(136,64,45); }

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