#73404D

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

Shades of Camelot #73404D

Tints of Camelot #73404D

Color information

#73404D (or 0x73404D) is unknown color: approx Camelot. HEX triplet: 73, 40 and 4D. RGB value is (115,64,77). Sum of RGB (Red+Green+Blue) = 115+64+77=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 115 - color contains mainly: red. Hex color #73404D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73404D is #8CBFB2. Grayscale: #505050. Windows color (decimal): -9224115 or 5062771. OLE color: 5062771.

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

Color convert

RGB1156477-
CMYK00.440.330.55
HSL344.71º28.49%35.1%-
HSV(B)344.71º44.35%45.1%-
XYZ10.247.858-
YUV80.73125.9152.44-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.92%
GREEN value IS 64 (25.39% from 255) = 25%
BLUE value IS 77 (30.47% from 255) = 30.08%
R=44.92%
G=25%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115647700.440.330.55344.7128.4935.1
Hex73404D02C21371591c23
Octal16310011505441675313443
Binary111001110000001001101010110010000111011110101100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73404D; }

 p { color: rgb(115,64,77); }

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

<style>
 a { background-color: #73404D; }

 a { background-color: rgb(115,64,77); }

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

<style>
 span { border-color: #73404D; }

 span { border-color: rgb(115,64,77); }

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