#753446

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

Shades of Camelot #753446

Tints of Camelot #753446

Color information

#753446 (or 0x753446) is unknown color: approx Camelot. HEX triplet: 75, 34 and 46. RGB value is (117,52,70). Sum of RGB (Red+Green+Blue) = 117+52+70=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 70 (27.73% from 255 or 29.29% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #753446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753446 is #8ACBB9. Grayscale: #494949. Windows color (decimal): -9096122 or 4600949. OLE color: 4600949.

HSL color Cylindrical-coordinate representation of color #753446: hue angle of 343.38º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #753446 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB1175270-
CMYK00.560.400.54
HSL343.38º38.46%33.14%-
HSV(B)343.38º55.56%45.88%-
XYZ9.676.686.57-
YUV73.49126.03159.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.95%
GREEN value IS 52 (20.70% from 255) = 21.76%
BLUE value IS 70 (27.73% from 255) = 29.29%
R=48.95%
G=21.76%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117527000.560.400.54343.3838.4633.14
Hex75344603828361572621
Octal1656410607050665274641
Binary111010111010010001100111000101000110110101010111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753446; }

 p { color: rgb(117,52,70); }

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

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

 a { background-color: rgb(117,52,70); }

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

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

 span { border-color: rgb(117,52,70); }

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