#733B4A

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

Shades of Camelot #733B4A

Tints of Camelot #733B4A

Color information

#733B4A (or 0x733B4A) is unknown color: approx Camelot. HEX triplet: 73, 3B and 4A. RGB value is (115,59,74). Sum of RGB (Red+Green+Blue) = 115+59+74=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 115 - color contains mainly: red. Hex color #733B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733B4A is #8CC4B5. Grayscale: #4D4D4D. Windows color (decimal): -9225398 or 4864883. OLE color: 4864883.

HSL color Cylindrical-coordinate representation of color #733B4A: hue angle of 343.93º 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 #733B4A is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB1155974-
CMYK00.490.360.55
HSL343.93º32.18%34.12%-
HSV(B)343.93º48.7%45.1%-
XYZ9.877.277.36-
YUV77.45126.05154.78-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.37%
GREEN value IS 59 (23.44% from 255) = 23.79%
BLUE value IS 74 (29.30% from 255) = 29.84%
R=46.37%
G=23.79%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115597400.490.360.55343.9332.1834.12
Hex733B4A03124371582022
Octal1637311206144675304042
Binary111001111101110010100110001100100110111101011000100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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