#88322A

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

Shades of Crab Apple #88322A

Tints of Crab Apple #88322A

Color information

#88322A (or 0x88322A) is unknown color: approx Crab Apple. HEX triplet: 88, 32 and 2A. RGB value is (136,50,42). Sum of RGB (Red+Green+Blue) = 136+50+42=228 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.65% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 42 (16.80% from 255 or 18.42% from 228); Max value from RGB is 136 - color contains mainly: red. Hex color #88322A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88322A is #77CDD5. Grayscale: #4A4A4A. Windows color (decimal): -7851478 or 2765448. OLE color: 2765448.

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

Color convert

RGB1365042-
CMYK00.630.690.47
HSL5.11º52.81%34.9%-
HSV(B)5.11º69.12%53.33%-
XYZ11.717.683.06-
YUV74.8109.49171.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.65%
GREEN value IS 50 (19.92% from 255) = 21.93%
BLUE value IS 42 (16.80% from 255) = 18.42%
R=59.65%
G=21.93%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136504200.630.690.475.1152.8134.9
Hex88322A03F452F53523
Octal21062520771055756543
Binary1000100011001010101001111111000101101111101110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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