#80332B

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

Shades of Crab Apple #80332B

Tints of Crab Apple #80332B

Color information

#80332B (or 0x80332B) is unknown color: approx Crab Apple. HEX triplet: 80, 33 and 2B. RGB value is (128,51,43). Sum of RGB (Red+Green+Blue) = 128+51+43=222 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.66% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 128 - color contains mainly: red. Hex color #80332B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80332B is #7FCCD4. Grayscale: #494949. Windows color (decimal): -8375509 or 2831232. OLE color: 2831232.

HSL color Cylindrical-coordinate representation of color #80332B: hue angle of 5.65º degrees, saturation: 0.5, 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 #80332B is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB1285143-
CMYK00.600.660.50
HSL5.65º49.71%33.53%-
HSV(B)5.65º66.41%50.2%-
XYZ10.527.133.11-
YUV73.11111.01167.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 57.66%
GREEN value IS 51 (20.31% from 255) = 22.97%
BLUE value IS 43 (17.19% from 255) = 19.37%
R=57.66%
G=22.97%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128514300.600.660.505.6549.7133.53
Hex80332B03C423263222
Octal20063530741026266242
Binary1000000011001110101101111001000010110010110110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80332B; }

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

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

<style>
 a { background-color: #80332B; }

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

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

<style>
 span { border-color: #80332B; }

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

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