#88342B

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

Shades of Crab Apple #88342B

Tints of Crab Apple #88342B

Color information

#88342B (or 0x88342B) is unknown color: approx Crab Apple. HEX triplet: 88, 34 and 2B. RGB value is (136,52,43). Sum of RGB (Red+Green+Blue) = 136+52+43=231 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.87% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 43 (17.19% from 255 or 18.61% from 231); Max value from RGB is 136 - color contains mainly: red. Hex color #88342B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88342B is #77CBD4. Grayscale: #4C4C4C. Windows color (decimal): -7850965 or 2831496. OLE color: 2831496.

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

Color convert

RGB1365243-
CMYK00.620.680.47
HSL5.81º51.96%35.1%-
HSV(B)5.81º68.38%53.33%-
XYZ11.827.863.18-
YUV76.09109.33170.73-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 58.87%
GREEN value IS 52 (20.70% from 255) = 22.51%
BLUE value IS 43 (17.19% from 255) = 18.61%
R=58.87%
G=22.51%
B=18.61%

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
Decimal136524300.620.680.475.8151.9635.1
Hex88342B03E442F63423
Octal21064530761045766443
Binary1000100011010010101101111101000100101111110110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88342B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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