#7D3346

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

Shades of Camelot #7D3346

Tints of Camelot #7D3346

Color information

#7D3346 (or 0x7D3346) is unknown color: approx Camelot. HEX triplet: 7D, 33 and 46. RGB value is (125,51,70). Sum of RGB (Red+Green+Blue) = 125+51+70=246 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.81% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3346 is #82CCB9. Grayscale: #4B4B4B. Windows color (decimal): -8572090 or 4600701. OLE color: 4600701.

HSL color Cylindrical-coordinate representation of color #7D3346: hue angle of 344.59º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7D3346 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB1255170-
CMYK00.590.440.51
HSL344.59º42.05%34.51%-
HSV(B)344.59º59.2%49.02%-
XYZ10.757.176.61-
YUV75.29125.02163.46-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 50.81%
GREEN value IS 51 (20.31% from 255) = 20.73%
BLUE value IS 70 (27.73% from 255) = 28.46%
R=50.81%
G=20.73%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125517000.590.440.51344.5942.0534.51
Hex7D334603B2C331592a23
Octal1756310607354635315243
Binary111110111001110001100111011101100110011101011001101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D3346; }

 p { color: rgb(125,51,70); }

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

<style>
 a { background-color: #7D3346; }

 a { background-color: rgb(125,51,70); }

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

<style>
 span { border-color: #7D3346; }

 span { border-color: rgb(125,51,70); }

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