#753B4B

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

Shades of Camelot #753B4B

Tints of Camelot #753B4B

Color information

#753B4B (or 0x753B4B) is unknown color: approx Camelot. HEX triplet: 75, 3B and 4B. RGB value is (117,59,75). Sum of RGB (Red+Green+Blue) = 117+59+75=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 59 (23.44% from 255 or 23.51% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #753B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753B4B is #8AC4B4. Grayscale: #4E4E4E. Windows color (decimal): -9094325 or 4930421. OLE color: 4930421.

HSL color Cylindrical-coordinate representation of color #753B4B: hue angle of 343.45º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #753B4B is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB1175975-
CMYK00.500.360.54
HSL343.45º32.95%34.51%-
HSV(B)343.45º49.57%45.88%-
XYZ10.177.427.55-
YUV78.17126.22155.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.61%
GREEN value IS 59 (23.44% from 255) = 23.51%
BLUE value IS 75 (29.69% from 255) = 29.88%
R=46.61%
G=23.51%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117597500.500.360.54343.4532.9534.51
Hex753B4B03224361572123
Octal1657311306244665274143
Binary111010111101110010110110010100100110110101010111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753B4B; }

 p { color: rgb(117,59,75); }

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

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

 a { background-color: rgb(117,59,75); }

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

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

 span { border-color: rgb(117,59,75); }

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