Html Css Color HEX #88322C Crab Apple

📋 copy color: '#88322C'

red 136 ◦ green 50 ◦ blue 44

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

Shades of Crab Apple #88322C

Tints of Crab Apple #88322C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.74%

 BLUE value IS 44 (17.58% from 255) = 19.13%

R = 59.13%
G = 21.74%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#88322C (or 0x88322C) is known color: Crab Apple. HEX triplet: 88, 32 and 2C. RGB value is (136,50,44). Sum of RGB (Red+Green+Blue) = 136+50+44=230 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.13% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 44 (17.58% from 255 or 19.13% from 230); Max value from RGB is 136 - color contains mainly: red. Hex color #88322C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88322C is #77CDD3. Grayscale: #4B4B4B. Windows color (decimal): -7851476 or 2896520. OLE color: 2896520.

HSL color Cylindrical-coordinate representation of color #88322C: hue angle of 3.91º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #88322C is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 50 44 -
CMYK 0 0.63 0.68 0.47
HSL 3.91º 0.51% 0.35% -
HSV(B) 3.91º 0.68% 0.53% -
XYZ 11.75 7.7 3.25 -
YUV 75.03 110.49 171.49 -
System Red Green Blue C M Y K H S L
Decimal 136 50 44 0 0.63 0.68 0.47 3.91 0.51 0.35
Hex 88 32 2C 0 3F 44 2F 4 33 23
Octal 210 62 54 0 77 104 57 4 63 43
Binary 10001000 110010 101100 0 111111 1000100 101111 100 110011 100011

Color Harmonies of #88322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88322C

Black with #88322C

Text Example


Text Example

White with #88322C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88322C; }

 p { color: rgb(136,50,44); }

 H1.HeaderClassName
 {
   color: #88322C;
 }
 .AnyTagClassName
 {
   color: #88322C;
 }
</style>

background-color css

<style>
 a { background-color: #88322C; }

 a { background-color: rgb(136,50,44); }

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

border-color css

<style>
 span { border-color: #88322C; }

 span { border-color: rgb(136,50,44); }

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