#80372D

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

Shades of Crab Apple #80372D

Tints of Crab Apple #80372D

Color information

#80372D (or 0x80372D) is unknown color: approx Crab Apple. HEX triplet: 80, 37 and 2D. RGB value is (128,55,45). Sum of RGB (Red+Green+Blue) = 128+55+45=228 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.14% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 128 - color contains mainly: red. Hex color #80372D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80372D is #7FC8D2. Grayscale: #4B4B4B. Windows color (decimal): -8374483 or 2963328. OLE color: 2963328.

HSL color Cylindrical-coordinate representation of color #80372D: hue angle of 7.23º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #80372D is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB1285545-
CMYK00.570.650.50
HSL7.23º47.98%33.92%-
HSV(B)7.23º64.84%50.2%-
XYZ10.747.513.37-
YUV75.69110.68165.31-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 56.14%
GREEN value IS 55 (21.88% from 255) = 24.12%
BLUE value IS 45 (17.97% from 255) = 19.74%
R=56.14%
G=24.12%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128554500.570.650.507.2347.9833.92
Hex80372D039413273022
Octal20067550711016276042
Binary1000000011011110110101110011000001110010111110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80372D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80372D; }

 p { color: rgb(128,55,45); }

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

<style>
 a { background-color: #80372D; }

 a { background-color: rgb(128,55,45); }

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

<style>
 span { border-color: #80372D; }

 span { border-color: rgb(128,55,45); }

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