#80362C

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

Shades of Crab Apple #80362C

Tints of Crab Apple #80362C

Color information

#80362C (or 0x80362C) is unknown color: approx Crab Apple. HEX triplet: 80, 36 and 2C. RGB value is (128,54,44). Sum of RGB (Red+Green+Blue) = 128+54+44=226 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.64% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 128 - color contains mainly: red. Hex color #80362C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80362C is #7FC9D3. Grayscale: #4B4B4B. Windows color (decimal): -8374740 or 2897536. OLE color: 2897536.

HSL color Cylindrical-coordinate representation of color #80362C: hue angle of 7.14º 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 #80362C is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB1285444-
CMYK00.580.660.50
HSL7.14º48.84%33.73%-
HSV(B)7.14º65.62%50.2%-
XYZ10.687.413.25-
YUV74.99110.52165.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 56.64%
GREEN value IS 54 (21.48% from 255) = 23.89%
BLUE value IS 44 (17.58% from 255) = 19.47%
R=56.64%
G=23.89%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128544400.580.660.507.1448.8433.73
Hex80362C03A423273122
Octal20066540721026276142
Binary1000000011011010110001110101000010110010111110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80362C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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