#753344

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

Shades of Camelot #753344

Tints of Camelot #753344

Color information

#753344 (or 0x753344) is unknown color: approx Camelot. HEX triplet: 75, 33 and 44. RGB value is (117,51,68). Sum of RGB (Red+Green+Blue) = 117+51+68=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 68 (26.95% from 255 or 28.81% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #753344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753344 is #8ACCBB. Grayscale: #484848. Windows color (decimal): -9096380 or 4469621. OLE color: 4469621.

HSL color Cylindrical-coordinate representation of color #753344: hue angle of 344.55º degrees, saturation: 0.39, 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 #753344 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB1175168-
CMYK00.560.420.54
HSL344.55º39.29%32.94%-
HSV(B)344.55º56.41%45.88%-
XYZ9.566.576.23-
YUV72.67125.37159.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.58%
GREEN value IS 51 (20.31% from 255) = 21.61%
BLUE value IS 68 (26.95% from 255) = 28.81%
R=49.58%
G=21.61%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117516800.560.420.54344.5539.2932.94
Hex7533440382A361592721
Octal1656310407052665314741
Binary111010111001110001000111000101010110110101011001100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753344; }

 p { color: rgb(117,51,68); }

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

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

 a { background-color: rgb(117,51,68); }

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

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

 span { border-color: rgb(117,51,68); }

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