#88342A

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

Shades of Crab Apple #88342A

Tints of Crab Apple #88342A

Color information

#88342A (or 0x88342A) is unknown color: approx Crab Apple. HEX triplet: 88, 34 and 2A. RGB value is (136,52,42). Sum of RGB (Red+Green+Blue) = 136+52+42=230 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.13% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 136 - color contains mainly: red. Hex color #88342A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88342A is #77CBD5. Grayscale: #4C4C4C. Windows color (decimal): -7850966 or 2765960. OLE color: 2765960.

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

Color convert

RGB1365242-
CMYK00.620.690.47
HSL6.38º52.81%34.9%-
HSV(B)6.38º69.12%53.33%-
XYZ11.87.863.09-
YUV75.98108.83170.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.13%
GREEN value IS 52 (20.70% from 255) = 22.61%
BLUE value IS 42 (16.80% from 255) = 18.26%
R=59.13%
G=22.61%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136524200.620.690.476.3852.8134.9
Hex88342A03E452F63523
Octal21064520761055766543
Binary1000100011010010101001111101000101101111110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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