Html Css Color HEX #88342D Crab Apple

📋 copy color: '#88342D'

red 136 ◦ green 52 ◦ blue 45

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

Shades of Crab Apple #88342D

Tints of Crab Apple #88342D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.31%

R = 58.37%
G = 22.32%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#88342D (or 0x88342D) is known color: Crab Apple. HEX triplet: 88, 34 and 2D. RGB value is (136,52,45). Sum of RGB (Red+Green+Blue) = 136+52+45=233 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.37% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 136 - color contains mainly: red. Hex color #88342D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88342D is #77CBD2. Grayscale: #4C4C4C. Windows color (decimal): -7850963 or 2962568. OLE color: 2962568.

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

Color convert

RGB 136 52 45 -
CMYK 0 0.62 0.67 0.47
HSL 4.62º 0.5% 0.35% -
HSV(B) 4.62º 0.67% 0.53% -
XYZ 11.85 7.88 3.38 -
YUV 76.32 110.33 170.57 -
System Red Green Blue C M Y K H S L
Decimal 136 52 45 0 0.62 0.67 0.47 4.62 0.5 0.35
Hex 88 34 2D 0 3E 43 2F 5 32 23
Octal 210 64 55 0 76 103 57 5 62 43
Binary 10001000 110100 101101 0 111110 1000011 101111 101 110010 100011

Color Harmonies of #88342D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88342D

Black with #88342D

Text Example


Text Example

White with #88342D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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