#803630

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

Shades of Crab Apple #803630

Tints of Crab Apple #803630

Color information

#803630 (or 0x803630) is unknown color: approx Crab Apple. HEX triplet: 80, 36 and 30. RGB value is (128,54,48). Sum of RGB (Red+Green+Blue) = 128+54+48=230 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.65% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 128 - color contains mainly: red. Hex color #803630 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803630 is #7FC9CF. Grayscale: #4B4B4B. Windows color (decimal): -8374736 or 3159680. OLE color: 3159680.

HSL color Cylindrical-coordinate representation of color #803630: hue angle of 4.5º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #803630 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB1285448-
CMYK00.580.620.50
HSL4.5º45.45%34.51%-
HSV(B)4.5º62.5%50.2%-
XYZ10.757.443.67-
YUV75.44112.52165.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 55.65%
GREEN value IS 54 (21.48% from 255) = 23.48%
BLUE value IS 48 (19.14% from 255) = 20.87%
R=55.65%
G=23.48%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128544800.580.620.504.545.4534.51
Hex80363003A3E3242d23
Octal2006660072766245543
Binary100000001101101100000111010111110110010100101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803630; }

 p { color: rgb(128,54,48); }

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

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

 a { background-color: rgb(128,54,48); }

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

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

 span { border-color: rgb(128,54,48); }

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