Html Css Color HEX #88312D Crab Apple

📋 copy color: '#88312D'

red 136 ◦ green 49 ◦ blue 45

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

Shades of Crab Apple #88312D

Tints of Crab Apple #88312D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.3%

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

R = 59.13%
G = 21.3%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#88312D (or 0x88312D) is known color: Crab Apple. HEX triplet: 88, 31 and 2D. RGB value is (136,49,45). Sum of RGB (Red+Green+Blue) = 136+49+45=230 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.13% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 136 - color contains mainly: red. Hex color #88312D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88312D is #77CED2. Grayscale: #4A4A4A. Windows color (decimal): -7851731 or 2961800. OLE color: 2961800.

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

Color convert

RGB 136 49 45 -
CMYK 0 0.64 0.67 0.47
HSL 2.64º 0.5% 0.35% -
HSV(B) 2.64º 0.67% 0.53% -
XYZ 11.73 7.62 3.34 -
YUV 74.56 111.32 171.83 -
System Red Green Blue C M Y K H S L
Decimal 136 49 45 0 0.64 0.67 0.47 2.64 0.5 0.35
Hex 88 31 2D 0 40 43 2F 3 32 23
Octal 210 61 55 0 100 103 57 3 62 43
Binary 10001000 110001 101101 0 1000000 1000011 101111 11 110010 100011

Color Harmonies of #88312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88312D

Black with #88312D

Text Example


Text Example

White with #88312D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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