Html Css Color HEX #88352A Crab Apple

📋 copy color: '#88352A'

red 136 ◦ green 53 ◦ blue 42

#88352A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crab Apple #88352A

Tints of Crab Apple #88352A

RGB

 RED value IS 136 (53.52% from 255) = 58.87%

 GREEN value IS 53 (21.09% from 255) = 22.94%

 BLUE value IS 42 (16.8% from 255) = 18.18%

R = 58.87%
G = 22.94%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#88352A (or 0x88352A) is known color: Crab Apple. HEX triplet: 88, 35 and 2A. RGB value is (136,53,42). Sum of RGB (Red+Green+Blue) = 136+53+42=231 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.87% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 136 - color contains mainly: red. Hex color #88352A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88352A is #77CAD5. Grayscale: #4C4C4C. Windows color (decimal): -7850710 or 2766216. OLE color: 2766216.

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

Color convert

RGB 136 53 42 -
CMYK 0 0.61 0.69 0.47
HSL 7.02º 0.53% 0.35% -
HSV(B) 7.02º 0.69% 0.53% -
XYZ 11.84 7.95 3.1 -
YUV 76.56 108.5 170.39 -
System Red Green Blue C M Y K H S L
Decimal 136 53 42 0 0.61 0.69 0.47 7.02 0.53 0.35
Hex 88 35 2A 0 3D 45 2F 7 35 23
Octal 210 65 52 0 75 105 57 7 65 43
Binary 10001000 110101 101010 0 111101 1000101 101111 111 110101 100011

Color Harmonies of #88352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88352A

Black with #88352A

Text Example


Text Example

White with #88352A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88352A;
 }
 .AnyTagClassName
 {
   color: #88352A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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