#733A4B

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

Shades of Camelot #733A4B

Tints of Camelot #733A4B

Color information

#733A4B (or 0x733A4B) is unknown color: approx Camelot. HEX triplet: 73, 3A and 4B. RGB value is (115,58,75). Sum of RGB (Red+Green+Blue) = 115+58+75=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 115 - color contains mainly: red. Hex color #733A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733A4B is #8CC5B4. Grayscale: #4C4C4C. Windows color (decimal): -9225653 or 4930163. OLE color: 4930163.

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

Color convert

RGB1155875-
CMYK00.500.350.55
HSL342.11º32.95%33.92%-
HSV(B)342.11º49.57%45.1%-
XYZ9.857.187.52-
YUV76.98126.88155.12-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.37%
GREEN value IS 58 (23.05% from 255) = 23.39%
BLUE value IS 75 (29.69% from 255) = 30.24%
R=46.37%
G=23.39%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115587500.500.350.55342.1132.9533.92
Hex733A4B03223371562122
Octal1637211306243675264142
Binary111001111101010010110110010100011110111101010110100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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