Html Css Color HEX #88382C Crab Apple

📋 copy color: '#88382C'

red 136 ◦ green 56 ◦ blue 44

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

Shades of Crab Apple #88382C

Tints of Crab Apple #88382C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.73%

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

R = 57.63%
G = 23.73%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#88382C (or 0x88382C) is known color: Crab Apple. HEX triplet: 88, 38 and 2C. RGB value is (136,56,44). Sum of RGB (Red+Green+Blue) = 136+56+44=236 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.63% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 136 - color contains mainly: red. Hex color #88382C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88382C is #77C7D3. Grayscale: #4E4E4E. Windows color (decimal): -7849940 or 2898056. OLE color: 2898056.

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

Color convert

RGB 136 56 44 -
CMYK 0 0.59 0.68 0.47
HSL 7.83º 0.51% 0.35% -
HSV(B) 7.83º 0.68% 0.53% -
XYZ 12.02 8.24 3.34 -
YUV 78.55 108.5 168.98 -
System Red Green Blue C M Y K H S L
Decimal 136 56 44 0 0.59 0.68 0.47 7.83 0.51 0.35
Hex 88 38 2C 0 3B 44 2F 8 33 23
Octal 210 70 54 0 73 104 57 10 63 43
Binary 10001000 111000 101100 0 111011 1000100 101111 1000 110011 100011

Color Harmonies of #88382C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88382C

Black with #88382C

Text Example


Text Example

White with #88382C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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