#73394B

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

Shades of Camelot #73394B

Tints of Camelot #73394B

Color information

#73394B (or 0x73394B) is unknown color: approx Camelot. HEX triplet: 73, 39 and 4B. RGB value is (115,57,75). Sum of RGB (Red+Green+Blue) = 115+57+75=247 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.56% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 115 - color contains mainly: red. Hex color #73394B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73394B is #8CC6B4. Grayscale: #4C4C4C. Windows color (decimal): -9225909 or 4929907. OLE color: 4929907.

HSL color Cylindrical-coordinate representation of color #73394B: hue angle of 341.38º degrees, saturation: 0.34, 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 #73394B is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB1155775-
CMYK00.500.350.55
HSL341.38º33.72%33.73%-
HSV(B)341.38º50.43%45.1%-
XYZ9.87.087.51-
YUV76.39127.22155.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.56%
GREEN value IS 57 (22.66% from 255) = 23.08%
BLUE value IS 75 (29.69% from 255) = 30.36%
R=46.56%
G=23.08%
B=30.36%

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
Decimal115577500.500.350.55341.3833.7233.73
Hex73394B03223371552222
Octal1637111306243675254242
Binary111001111100110010110110010100011110111101010101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73394B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73394B; }

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

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

<style>
 a { background-color: #73394B; }

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

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

<style>
 span { border-color: #73394B; }

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

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