#80392c

Color #80392C Crab Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crab Apple #80392C

Tints of Crab Apple #80392C

Color information

#80392C (or 0x80392C) is unknown color: approx Crab Apple. HEX triplet: 80, 39 and 2C. RGB value is (128,57,44). Sum of RGB (Red+Green+Blue) = 128+57+44=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 57 (22.66% from 255 or 24.89% from 229); Blue value is 44 (17.58% from 255 or 19.21% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #80392C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80392C is #7FC6D3. Grayscale: #4C4C4C. Windows color (decimal): -8373972 or 2898304. OLE color: 2898304.

HSL color Cylindrical-coordinate representation of color #80392C: hue angle of 9.29º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80392C is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB1285744-
CMYK00.550.660.50
HSL9.29º48.84%33.73%-
HSV(B)9.29º65.62%50.2%-
XYZ10.827.73.3-
YUV76.75109.52164.56-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 55.90%
GREEN value IS 57 (22.66% from 255) = 24.89%
BLUE value IS 44 (17.58% from 255) = 19.21%
R=55.90%
G=24.89%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128574400.550.660.509.2948.8433.73
Hex80392C037423293122
Octal200715406710262116142
Binary10000000111001101100011011110000101100101001110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80392c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80392c; }

 p { color: rgb(128,57,44); }

 H1.HeaderClassName
 {
   color: #80392c;
 }
 .AnyTagClassName
 {
   color: #80392c;
 }
</style>
background-color css

<style>
 a { background-color: #80392c; }

 a { background-color: rgb(128,57,44); }

 div.DivClassName
 {
   background-color: #80392c;
 }
 .BgClassName
 {
   background-color: #80392c;
 }
</style>
border-color css

<style>
 span { border-color: #80392c; }

 span { border-color: rgb(128,57,44); }

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