#80342A

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

Shades of Crab Apple #80342A

Tints of Crab Apple #80342A

Color information

#80342A (or 0x80342A) is unknown color: approx Crab Apple. HEX triplet: 80, 34 and 2A. RGB value is (128,52,42). Sum of RGB (Red+Green+Blue) = 128+52+42=222 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.66% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 42 (16.80% from 255 or 18.92% from 222); Max value from RGB is 128 - color contains mainly: red. Hex color #80342A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80342A is #7FCBD5. Grayscale: #494949. Windows color (decimal): -8375254 or 2765952. OLE color: 2765952.

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

Color convert

RGB1285242-
CMYK00.590.670.50
HSL6.98º50.59%33.33%-
HSV(B)6.98º67.19%50.2%-
XYZ10.557.213.03-
YUV73.58110.18166.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 57.66%
GREEN value IS 52 (20.70% from 255) = 23.42%
BLUE value IS 42 (16.80% from 255) = 18.92%
R=57.66%
G=23.42%
B=18.92%

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
Decimal128524200.590.670.506.9850.5933.33
Hex80342A03B433273321
Octal20064520731036276341
Binary1000000011010010101001110111000011110010111110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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