Html Css Color HEX #88302C Crab Apple

📋 copy color: '#88302C'

red 136 ◦ green 48 ◦ blue 44

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

Shades of Crab Apple #88302C

Tints of Crab Apple #88302C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.05%

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

R = 59.65%
G = 21.05%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#88302C (or 0x88302C) is known color: Crab Apple. HEX triplet: 88, 30 and 2C. RGB value is (136,48,44). Sum of RGB (Red+Green+Blue) = 136+48+44=228 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.65% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 136 - color contains mainly: red. Hex color #88302C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88302C is #77CFD3. Grayscale: #494949. Windows color (decimal): -7851988 or 2896008. OLE color: 2896008.

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

Color convert

RGB 136 48 44 -
CMYK 0 0.65 0.68 0.47
HSL 2.61º 0.51% 0.35% -
HSV(B) 2.61º 0.68% 0.53% -
XYZ 11.66 7.53 3.22 -
YUV 73.86 111.15 172.33 -
System Red Green Blue C M Y K H S L
Decimal 136 48 44 0 0.65 0.68 0.47 2.61 0.51 0.35
Hex 88 30 2C 0 41 44 2F 3 33 23
Octal 210 60 54 0 101 104 57 3 63 43
Binary 10001000 110000 101100 0 1000001 1000100 101111 11 110011 100011

Color Harmonies of #88302C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88302C

Black with #88302C

Text Example


Text Example

White with #88302C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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