#733C4B

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

Shades of Camelot #733C4B

Tints of Camelot #733C4B

Color information

#733C4B (or 0x733C4B) is unknown color: approx Camelot. HEX triplet: 73, 3C and 4B. RGB value is (115,60,75). Sum of RGB (Red+Green+Blue) = 115+60+75=250 (33% of max value = 765). Red value is 115 (45.31% from 255 or 46% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 115 - color contains mainly: red. Hex color #733C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733C4B is #8CC3B4. Grayscale: #4E4E4E. Windows color (decimal): -9225141 or 4930675. OLE color: 4930675.

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

Color convert

RGB1156075-
CMYK00.480.350.55
HSL343.64º31.43%34.31%-
HSV(B)343.64º47.83%45.1%-
XYZ9.967.387.56-
YUV78.15126.22154.28-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46%
GREEN value IS 60 (23.83% from 255) = 24%
BLUE value IS 75 (29.69% from 255) = 30%
R=46%
G=24%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115607500.480.350.55343.6431.4334.31
Hex733C4B03023371581f22
Octal1637411306043675303742
Binary11100111111001001011011000010001111011110101100011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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