Html Css Color HEX #88342C Crab Apple

📋 copy color: '#88342C'

red 136 ◦ green 52 ◦ blue 44

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

Shades of Crab Apple #88342C

Tints of Crab Apple #88342C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.41%

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

R = 58.62%
G = 22.41%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#88342C (or 0x88342C) is known color: Crab Apple. HEX triplet: 88, 34 and 2C. RGB value is (136,52,44). Sum of RGB (Red+Green+Blue) = 136+52+44=232 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.62% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 136 - color contains mainly: red. Hex color #88342C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88342C is #77CBD3. Grayscale: #4C4C4C. Windows color (decimal): -7850964 or 2897032. OLE color: 2897032.

HSL color Cylindrical-coordinate representation of color #88342C: hue angle of 5.22º 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 #88342C is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 52 44 -
CMYK 0 0.62 0.68 0.47
HSL 5.22º 0.51% 0.35% -
HSV(B) 5.22º 0.68% 0.53% -
XYZ 11.84 7.87 3.28 -
YUV 76.2 109.83 170.65 -
System Red Green Blue C M Y K H S L
Decimal 136 52 44 0 0.62 0.68 0.47 5.22 0.51 0.35
Hex 88 34 2C 0 3E 44 2F 5 33 23
Octal 210 64 54 0 76 104 57 5 63 43
Binary 10001000 110100 101100 0 111110 1000100 101111 101 110011 100011

Color Harmonies of #88342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88342C

Black with #88342C

Text Example


Text Example

White with #88342C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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