#733B4B

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

Shades of Camelot #733B4B

Tints of Camelot #733B4B

Color information

#733B4B (or 0x733B4B) is unknown color: approx Camelot. HEX triplet: 73, 3B and 4B. RGB value is (115,59,75). Sum of RGB (Red+Green+Blue) = 115+59+75=249 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.18% from 249); Green value is 59 (23.44% from 255 or 23.69% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 115 - color contains mainly: red. Hex color #733B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733B4B is #8CC4B4. Grayscale: #4D4D4D. Windows color (decimal): -9225397 or 4930419. OLE color: 4930419.

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

Color convert

RGB1155975-
CMYK00.490.350.55
HSL342.86º32.18%34.12%-
HSV(B)342.86º48.7%45.1%-
XYZ9.97.287.54-
YUV77.57126.55154.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.18%
GREEN value IS 59 (23.44% from 255) = 23.69%
BLUE value IS 75 (29.69% from 255) = 30.12%
R=46.18%
G=23.69%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115597500.490.350.55342.8632.1834.12
Hex733B4B03123371572022
Octal1637311306143675274042
Binary111001111101110010110110001100011110111101010111100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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