Html Css Color HEX #8D372C Crab Apple

📋 copy color: '#8D372C'

red 141 ◦ green 55 ◦ blue 44

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

Shades of Crab Apple #8D372C

Tints of Crab Apple #8D372C

RGB

 RED value IS 141 (55.47% from 255) = 58.75%

 GREEN value IS 55 (21.88% from 255) = 22.92%

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

R = 58.75%
G = 22.92%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8D372C (or 0x8D372C) is known color: Crab Apple. HEX triplet: 8D, 37 and 2C. RGB value is (141,55,44). Sum of RGB (Red+Green+Blue) = 141+55+44=240 (31% of max value = 765). Red value is 141 (55.47% from 255 or 58.75% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 141 - color contains mainly: red. Hex color #8D372C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D372C is #72C8D3. Grayscale: #4F4F4F. Windows color (decimal): -7522516 or 2897805. OLE color: 2897805.

HSL color Cylindrical-coordinate representation of color #8D372C: hue angle of 6.8º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D372C is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 55 44 -
CMYK 0 0.61 0.69 0.45
HSL 6.8º 0.52% 0.36% -
HSV(B) 6.8º 0.69% 0.55% -
XYZ 12.81 8.58 3.36 -
YUV 79.46 107.99 171.89 -
System Red Green Blue C M Y K H S L
Decimal 141 55 44 0 0.61 0.69 0.45 6.8 0.52 0.36
Hex 8D 37 2C 0 3D 45 2D 7 34 24
Octal 215 67 54 0 75 105 55 7 64 44
Binary 10001101 110111 101100 0 111101 1000101 101101 111 110100 100100

Color Harmonies of #8D372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D372C

Black with #8D372C

Text Example


Text Example

White with #8D372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D372C; }

 p { color: rgb(141,55,44); }

 H1.HeaderClassName
 {
   color: #8D372C;
 }
 .AnyTagClassName
 {
   color: #8D372C;
 }
</style>

background-color css

<style>
 a { background-color: #8D372C; }

 a { background-color: rgb(141,55,44); }

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

border-color css

<style>
 span { border-color: #8D372C; }

 span { border-color: rgb(141,55,44); }

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