#803649

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

Shades of Camelot #803649

Tints of Camelot #803649

Color information

#803649 (or 0x803649) is unknown color: approx Camelot. HEX triplet: 80, 36 and 49. RGB value is (128,54,73). Sum of RGB (Red+Green+Blue) = 128+54+73=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #803649 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803649 is #7FC9B6. Grayscale: #4E4E4E. Windows color (decimal): -8374711 or 4798080. OLE color: 4798080.

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

Color convert

RGB1285473-
CMYK00.580.430.50
HSL344.59º40.66%35.69%-
HSV(B)344.59º57.81%50.2%-
XYZ11.427.717.19-
YUV78.29125.02163.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50.20%
GREEN value IS 54 (21.48% from 255) = 21.18%
BLUE value IS 73 (28.91% from 255) = 28.63%
R=50.20%
G=21.18%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128547300.580.430.50344.5940.6635.69
Hex80364903A2B321592924
Octal2006611107253625315144
Binary1000000011011010010010111010101011110010101011001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803649; }

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

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

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

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

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

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

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

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