#7D3944

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

Shades of Camelot #7D3944

Tints of Camelot #7D3944

Color information

#7D3944 (or 0x7D3944) is unknown color: approx Camelot. HEX triplet: 7D, 39 and 44. RGB value is (125,57,68). Sum of RGB (Red+Green+Blue) = 125+57+68=250 (33% of max value = 765). Red value is 125 (49.22% from 255 or 50% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 68 (26.95% from 255 or 27.2% from 250); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3944 is #82C6BB. Grayscale: #4E4E4E. Windows color (decimal): -8570556 or 4471165. OLE color: 4471165.

HSL color Cylindrical-coordinate representation of color #7D3944: hue angle of 350.29º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D3944 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.51.

Color convert

RGB1255768-
CMYK00.540.460.51
HSL350.29º37.36%35.69%-
HSV(B)350.29º54.4%49.02%-
XYZ10.967.76.38-
YUV78.59122.03161.11-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 50%
GREEN value IS 57 (22.66% from 255) = 22.8%
BLUE value IS 68 (26.95% from 255) = 27.2%
R=50%
G=22.8%
B=27.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125576800.540.460.51350.2937.3635.69
Hex7D39440362E3315e2524
Octal1757110406656635364544
Binary111110111100110001000110110101110110011101011110100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,57,68); }

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

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

 a { background-color: rgb(125,57,68); }

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

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

 span { border-color: rgb(125,57,68); }

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