#88382A

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

Shades of Crab Apple #88382A

Tints of Crab Apple #88382A

Color information

#88382A (or 0x88382A) is unknown color: approx Crab Apple. HEX triplet: 88, 38 and 2A. RGB value is (136,56,42). Sum of RGB (Red+Green+Blue) = 136+56+42=234 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.12% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 136 - color contains mainly: red. Hex color #88382A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88382A is #77C7D5. Grayscale: #4E4E4E. Windows color (decimal): -7849942 or 2766984. OLE color: 2766984.

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

Color convert

RGB1365642-
CMYK00.590.690.47
HSL8.94º52.81%34.9%-
HSV(B)8.94º69.12%53.33%-
XYZ11.998.233.15-
YUV78.32107.5169.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 58.12%
GREEN value IS 56 (22.27% from 255) = 23.93%
BLUE value IS 42 (16.80% from 255) = 17.95%
R=58.12%
G=23.93%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136564200.590.690.478.9452.8134.9
Hex88382A03B452F93523
Octal210705207310557116543
Binary10001000111000101010011101110001011011111001110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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