#80352A

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

Shades of Crab Apple #80352A

Tints of Crab Apple #80352A

Color information

#80352A (or 0x80352A) is unknown color: approx Crab Apple. HEX triplet: 80, 35 and 2A. RGB value is (128,53,42). Sum of RGB (Red+Green+Blue) = 128+53+42=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #80352A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80352A is #7FCAD5. Grayscale: #4A4A4A. Windows color (decimal): -8374998 or 2766208. OLE color: 2766208.

HSL color Cylindrical-coordinate representation of color #80352A: hue angle of 7.67º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80352A is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB1285342-
CMYK00.590.670.50
HSL7.67º50.59%33.33%-
HSV(B)7.67º67.19%50.2%-
XYZ10.597.33.04-
YUV74.17109.85166.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 57.40%
GREEN value IS 53 (21.09% from 255) = 23.77%
BLUE value IS 42 (16.80% from 255) = 18.83%
R=57.40%
G=23.77%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128534200.590.670.507.6750.5933.33
Hex80352A03B433283321
Octal200655207310362106341
Binary10000000110101101010011101110000111100101000110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80352A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80352A; }

 p { color: rgb(128,53,42); }

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

<style>
 a { background-color: #80352A; }

 a { background-color: rgb(128,53,42); }

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

<style>
 span { border-color: #80352A; }

 span { border-color: rgb(128,53,42); }

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