#88432F

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

Shades of Fire #88432F

Tints of Fire #88432F

Color information

#88432F (or 0x88432F) is unknown color: approx Fire. HEX triplet: 88, 43 and 2F. RGB value is (136,67,47). Sum of RGB (Red+Green+Blue) = 136+67+47=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #88432F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88432F is #77BCD0. Grayscale: #555555. Windows color (decimal): -7847121 or 3097480. OLE color: 3097480.

HSL color Cylindrical-coordinate representation of color #88432F: hue angle of 13.48º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #88432F is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB1366747-
CMYK00.510.650.47
HSL13.48º48.63%35.88%-
HSV(B)13.48º65.44%53.33%-
XYZ12.679.453.85-
YUV85.35106.36164.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.4%
GREEN value IS 67 (26.56% from 255) = 26.8%
BLUE value IS 47 (18.75% from 255) = 18.8%
R=54.4%
G=26.8%
B=18.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136674700.510.650.4713.4848.6335.88
Hex88432F033412Fd3124
Octal2101035706310157156144
Binary100010001000011101111011001110000011011111101110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88432F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88432F; }

 p { color: rgb(136,67,47); }

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

<style>
 a { background-color: #88432F; }

 a { background-color: rgb(136,67,47); }

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

<style>
 span { border-color: #88432F; }

 span { border-color: rgb(136,67,47); }

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