#733B4E

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

Shades of Camelot #733B4E

Tints of Camelot #733B4E

Color information

#733B4E (or 0x733B4E) is unknown color: approx Camelot. HEX triplet: 73, 3B and 4E. RGB value is (115,59,78). Sum of RGB (Red+Green+Blue) = 115+59+78=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 59 (23.44% from 255 or 23.41% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 115 - color contains mainly: red. Hex color #733B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733B4E is #8CC4B1. Grayscale: #4D4D4D. Windows color (decimal): -9225394 or 5127027. OLE color: 5127027.

HSL color Cylindrical-coordinate representation of color #733B4E: hue angle of 339.64º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #733B4E is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB1155978-
CMYK00.490.320.55
HSL339.64º32.18%34.12%-
HSV(B)339.64º48.7%45.1%-
XYZ10.017.328.09-
YUV77.91128.05154.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.63%
GREEN value IS 59 (23.44% from 255) = 23.41%
BLUE value IS 78 (30.86% from 255) = 30.95%
R=45.63%
G=23.41%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115597800.490.320.55339.6432.1834.12
Hex733B4E03120371542022
Octal1637311606140675244042
Binary111001111101110011100110001100000110111101010100100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733B4E; }

 p { color: rgb(115,59,78); }

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

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

 a { background-color: rgb(115,59,78); }

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

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

 span { border-color: rgb(115,59,78); }

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