#803A2A

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

Shades of Crab Apple #803A2A

Tints of Crab Apple #803A2A

Color information

#803A2A (or 0x803A2A) is unknown color: approx Crab Apple. HEX triplet: 80, 3A and 2A. RGB value is (128,58,42). Sum of RGB (Red+Green+Blue) = 128+58+42=228 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.14% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 42 (16.80% from 255 or 18.42% from 228); Max value from RGB is 128 - color contains mainly: red. Hex color #803A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803A2A is #7FC5D5. Grayscale: #4D4D4D. Windows color (decimal): -8373718 or 2767488. OLE color: 2767488.

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

Color convert

RGB1285842-
CMYK00.550.670.50
HSL11.16º50.59%33.33%-
HSV(B)11.16º67.19%50.2%-
XYZ10.837.783.12-
YUV77.11108.19164.3-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 56.14%
GREEN value IS 58 (23.05% from 255) = 25.44%
BLUE value IS 42 (16.80% from 255) = 18.42%
R=56.14%
G=25.44%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128584200.550.670.5011.1650.5933.33
Hex803A2A0374332b3321
Octal200725206710362136341
Binary10000000111010101010011011110000111100101011110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803A2A; }

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

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

<style>
 a { background-color: #803A2A; }

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

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

<style>
 span { border-color: #803A2A; }

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

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