#88322B

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

Shades of Crab Apple #88322B

Tints of Crab Apple #88322B

Color information

#88322B (or 0x88322B) is unknown color: approx Crab Apple. HEX triplet: 88, 32 and 2B. RGB value is (136,50,43). Sum of RGB (Red+Green+Blue) = 136+50+43=229 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.39% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 43 (17.19% from 255 or 18.78% from 229); Max value from RGB is 136 - color contains mainly: red. Hex color #88322B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88322B is #77CDD4. Grayscale: #4B4B4B. Windows color (decimal): -7851477 or 2830984. OLE color: 2830984.

HSL color Cylindrical-coordinate representation of color #88322B: hue angle of 4.52º degrees, saturation: 0.52, 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 #88322B is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB1365043-
CMYK00.630.680.47
HSL4.52º51.96%35.1%-
HSV(B)4.52º68.38%53.33%-
XYZ11.737.693.15-
YUV74.92109.99171.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.39%
GREEN value IS 50 (19.92% from 255) = 21.83%
BLUE value IS 43 (17.19% from 255) = 18.78%
R=59.39%
G=21.83%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136504300.630.680.474.5251.9635.1
Hex88322B03F442F53423
Octal21062530771045756443
Binary1000100011001010101101111111000100101111101110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88322B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,50,43); }

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

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

 a { background-color: rgb(136,50,43); }

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

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

 span { border-color: rgb(136,50,43); }

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