#88382D

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

Shades of Crab Apple #88382D

Tints of Crab Apple #88382D

Color information

#88382D (or 0x88382D) is unknown color: approx Crab Apple. HEX triplet: 88, 38 and 2D. RGB value is (136,56,45). Sum of RGB (Red+Green+Blue) = 136+56+45=237 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.38% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 136 - color contains mainly: red. Hex color #88382D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88382D is #77C7D2. Grayscale: #4E4E4E. Windows color (decimal): -7849939 or 2963592. OLE color: 2963592.

HSL color Cylindrical-coordinate representation of color #88382D: hue angle of 7.25º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #88382D is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB1365645-
CMYK00.590.670.47
HSL7.25º50.28%35.49%-
HSV(B)7.25º66.91%53.33%-
XYZ12.048.253.44-
YUV78.67109168.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 57.38%
GREEN value IS 56 (22.27% from 255) = 23.63%
BLUE value IS 45 (17.97% from 255) = 18.99%
R=57.38%
G=23.63%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136564500.590.670.477.2550.2835.49
Hex88382D03B432F73223
Octal21070550731035776243
Binary1000100011100010110101110111000011101111111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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