#7C3349

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

Shades of Camelot #7C3349

Tints of Camelot #7C3349

Color information

#7C3349 (or 0x7C3349) is unknown color: approx Camelot. HEX triplet: 7C, 33 and 49. RGB value is (124,51,73). Sum of RGB (Red+Green+Blue) = 124+51+73=248 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3349 is #83CCB6. Grayscale: #4B4B4B. Windows color (decimal): -8637623 or 4797308. OLE color: 4797308.

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

Color convert

RGB1245173-
CMYK00.590.410.51
HSL341.92º41.71%34.31%-
HSV(B)341.92º58.87%48.63%-
XYZ10.77.137.12-
YUV75.34126.68162.71-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 50%
GREEN value IS 51 (20.31% from 255) = 20.56%
BLUE value IS 73 (28.91% from 255) = 29.44%
R=50%
G=20.56%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124517300.590.410.51341.9241.7134.31
Hex7C334903B29331562a22
Octal1746311107351635265242
Binary111110011001110010010111011101001110011101010110101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,51,73); }

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

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

 a { background-color: rgb(124,51,73); }

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

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

 span { border-color: rgb(124,51,73); }

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