#733F4B

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

Shades of Camelot #733F4B

Tints of Camelot #733F4B

Color information

#733F4B (or 0x733F4B) is unknown color: approx Camelot. HEX triplet: 73, 3F and 4B. RGB value is (115,63,75). Sum of RGB (Red+Green+Blue) = 115+63+75=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 75 (29.69% from 255 or 29.64% from 253); Max value from RGB is 115 - color contains mainly: red. Hex color #733F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733F4B is #8CC0B4. Grayscale: #4F4F4F. Windows color (decimal): -9224373 or 4931443. OLE color: 4931443.

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

Color convert

RGB1156375-
CMYK00.450.350.55
HSL346.15º29.21%34.9%-
HSV(B)346.15º45.22%45.1%-
XYZ10.127.717.61-
YUV79.92125.23153.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.45%
GREEN value IS 63 (25% from 255) = 24.90%
BLUE value IS 75 (29.69% from 255) = 29.64%
R=45.45%
G=24.90%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115637500.450.350.55346.1529.2134.9
Hex733F4B02D233715a1d23
Octal1637711305543675323543
Binary11100111111111001011010110110001111011110101101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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