#88332C

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

Shades of Crab Apple #88332C

Tints of Crab Apple #88332C

Color information

#88332C (or 0x88332C) is unknown color: approx Crab Apple. HEX triplet: 88, 33 and 2C. RGB value is (136,51,44). Sum of RGB (Red+Green+Blue) = 136+51+44=231 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.87% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 44 (17.58% from 255 or 19.05% from 231); Max value from RGB is 136 - color contains mainly: red. Hex color #88332C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88332C is #77CCD3. Grayscale: #4B4B4B. Windows color (decimal): -7851220 or 2896776. OLE color: 2896776.

HSL color Cylindrical-coordinate representation of color #88332C: hue angle of 4.57º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #88332C is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB1365144-
CMYK00.620.680.47
HSL4.57º51.11%35.29%-
HSV(B)4.57º67.65%53.33%-
XYZ11.797.783.26-
YUV75.62110.16171.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 58.87%
GREEN value IS 51 (20.31% from 255) = 22.08%
BLUE value IS 44 (17.58% from 255) = 19.05%
R=58.87%
G=22.08%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136514400.620.680.474.5751.1135.29
Hex88332C03E442F53323
Octal21063540761045756343
Binary1000100011001110110001111101000100101111101110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88332C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,51,44); }

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

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

 a { background-color: rgb(136,51,44); }

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

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

 span { border-color: rgb(136,51,44); }

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