#80342B

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

Shades of Crab Apple #80342B

Tints of Crab Apple #80342B

Color information

#80342B (or 0x80342B) is unknown color: approx Crab Apple. HEX triplet: 80, 34 and 2B. RGB value is (128,52,43). Sum of RGB (Red+Green+Blue) = 128+52+43=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #80342B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80342B is #7FCBD4. Grayscale: #494949. Windows color (decimal): -8375253 or 2831488. OLE color: 2831488.

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

Color convert

RGB1285243-
CMYK00.590.660.50
HSL6.35º49.71%33.53%-
HSV(B)6.35º66.41%50.2%-
XYZ10.577.223.12-
YUV73.7110.68166.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 57.40%
GREEN value IS 52 (20.70% from 255) = 23.32%
BLUE value IS 43 (17.19% from 255) = 19.28%
R=57.40%
G=23.32%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128524300.590.660.506.3549.7133.53
Hex80342B03B423263222
Octal20064530731026266242
Binary1000000011010010101101110111000010110010110110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80342B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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