#88362A

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

Shades of Crab Apple #88362A

Tints of Crab Apple #88362A

Color information

#88362A (or 0x88362A) is unknown color: approx Crab Apple. HEX triplet: 88, 36 and 2A. RGB value is (136,54,42). Sum of RGB (Red+Green+Blue) = 136+54+42=232 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.62% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 136 - color contains mainly: red. Hex color #88362A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88362A is #77C9D5. Grayscale: #4D4D4D. Windows color (decimal): -7850454 or 2766472. OLE color: 2766472.

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

Color convert

RGB1365442-
CMYK00.600.690.47
HSL7.66º52.81%34.9%-
HSV(B)7.66º69.12%53.33%-
XYZ11.898.043.12-
YUV77.15108.17169.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 58.62%
GREEN value IS 54 (21.48% from 255) = 23.28%
BLUE value IS 42 (16.80% from 255) = 18.10%
R=58.62%
G=23.28%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136544200.600.690.477.6652.8134.9
Hex88362A03C452F83523
Octal210665207410557106543
Binary10001000110110101010011110010001011011111000110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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