Html Css Color HEX #8C332B Crab Apple

📋 copy color: '#8C332B'

red 140 ◦ green 51 ◦ blue 43

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

Shades of Crab Apple #8C332B

Tints of Crab Apple #8C332B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.79%

 BLUE value IS 43 (17.19% from 255) = 18.38%

R = 59.83%
G = 21.79%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8C332B (or 0x8C332B) is known color: Crab Apple. HEX triplet: 8C, 33 and 2B. RGB value is (140,51,43). Sum of RGB (Red+Green+Blue) = 140+51+43=234 (30% of max value = 765). Red value is 140 (55.08% from 255 or 59.83% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 140 - color contains mainly: red. Hex color #8C332B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C332B is #73CCD4. Grayscale: #4C4C4C. Windows color (decimal): -7589077 or 2831244. OLE color: 2831244.

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

Color convert

RGB 140 51 43 -
CMYK 0 0.64 0.69 0.45
HSL 4.95º 0.53% 0.36% -
HSV(B) 4.95º 0.69% 0.55% -
XYZ 12.44 8.12 3.2 -
YUV 76.7 108.99 173.15 -
System Red Green Blue C M Y K H S L
Decimal 140 51 43 0 0.64 0.69 0.45 4.95 0.53 0.36
Hex 8C 33 2B 0 40 45 2D 5 35 24
Octal 214 63 53 0 100 105 55 5 65 44
Binary 10001100 110011 101011 0 1000000 1000101 101101 101 110101 100100

Color Harmonies of #8C332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C332B

Black with #8C332B

Text Example


Text Example

White with #8C332B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,51,43); }

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

background-color css

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

 a { background-color: rgb(140,51,43); }

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

border-color css

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

 span { border-color: rgb(140,51,43); }

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