#88372A

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

Shades of Crab Apple #88372A

Tints of Crab Apple #88372A

Color information

#88372A (or 0x88372A) is unknown color: approx Crab Apple. HEX triplet: 88, 37 and 2A. RGB value is (136,55,42). Sum of RGB (Red+Green+Blue) = 136+55+42=233 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.37% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 136 - color contains mainly: red. Hex color #88372A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88372A is #77C8D5. Grayscale: #4D4D4D. Windows color (decimal): -7850198 or 2766728. OLE color: 2766728.

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

Color convert

RGB1365542-
CMYK00.600.690.47
HSL8.3º52.81%34.9%-
HSV(B)8.3º69.12%53.33%-
XYZ11.948.133.13-
YUV77.74107.84169.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 58.37%
GREEN value IS 55 (21.88% from 255) = 23.61%
BLUE value IS 42 (16.80% from 255) = 18.03%
R=58.37%
G=23.61%
B=18.03%

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
Decimal136554200.600.690.478.352.8134.9
Hex88372A03C452F83523
Octal210675207410557106543
Binary10001000110111101010011110010001011011111000110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88372A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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