#803A4B

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

Shades of Camelot #803A4B

Tints of Camelot #803A4B

Color information

#803A4B (or 0x803A4B) is unknown color: approx Camelot. HEX triplet: 80, 3A and 4B. RGB value is (128,58,75). Sum of RGB (Red+Green+Blue) = 128+58+75=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 128 - color contains mainly: red. Hex color #803A4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803A4B is #7FC5B4. Grayscale: #505050. Windows color (decimal): -8373685 or 4930176. OLE color: 4930176.

HSL color Cylindrical-coordinate representation of color #803A4B: hue angle of 345.43º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #803A4B is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB1285875-
CMYK00.550.410.50
HSL345.43º37.63%36.47%-
HSV(B)345.43º54.69%50.2%-
XYZ11.698.127.61-
YUV80.87124.69161.62-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.04%
GREEN value IS 58 (23.05% from 255) = 22.22%
BLUE value IS 75 (29.69% from 255) = 28.74%
R=49.04%
G=22.22%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128587500.550.410.50345.4337.6336.47
Hex803A4B03729321592624
Octal2007211306751625314644
Binary1000000011101010010110110111101001110010101011001100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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