Html Css Color HEX #8C312C Crab Apple

📋 copy color: '#8C312C'

red 140 ◦ green 49 ◦ blue 44

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

Shades of Crab Apple #8C312C

Tints of Crab Apple #8C312C

RGB

 RED value IS 140 (55.08% from 255) = 60.09%

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

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

R = 60.09%
G = 21.03%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8C312C (or 0x8C312C) is known color: Crab Apple. HEX triplet: 8C, 31 and 2C. RGB value is (140,49,44). Sum of RGB (Red+Green+Blue) = 140+49+44=233 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.09% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 140 - color contains mainly: red. Hex color #8C312C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C312C is #73CED3. Grayscale: #4B4B4B. Windows color (decimal): -7589588 or 2896268. OLE color: 2896268.

HSL color Cylindrical-coordinate representation of color #8C312C: hue angle of 3.12º 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 #8C312C is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 49 44 -
CMYK 0 0.65 0.69 0.45
HSL 3.13º 0.52% 0.36% -
HSV(B) 3.13º 0.69% 0.55% -
XYZ 12.37 7.95 3.27 -
YUV 75.64 110.15 173.91 -
System Red Green Blue C M Y K H S L
Decimal 140 49 44 0 0.65 0.69 0.45 3.13 0.52 0.36
Hex 8C 31 2C 0 41 45 2D 3 34 24
Octal 214 61 54 0 101 105 55 3 64 44
Binary 10001100 110001 101100 0 1000001 1000101 101101 11 110100 100100

Color Harmonies of #8C312C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C312C

Black with #8C312C

Text Example


Text Example

White with #8C312C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,49,44); }

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

background-color css

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

 a { background-color: rgb(140,49,44); }

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

border-color css

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

 span { border-color: rgb(140,49,44); }

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