#7E3247

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

Shades of Camelot #7E3247

Tints of Camelot #7E3247

Color information

#7E3247 (or 0x7E3247) is unknown color: approx Camelot. HEX triplet: 7E, 32 and 47. RGB value is (126,50,71). Sum of RGB (Red+Green+Blue) = 126+50+71=247 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.01% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 71 (28.12% from 255 or 28.74% from 247); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3247 is #81CDB8. Grayscale: #4B4B4B. Windows color (decimal): -8506809 or 4665982. OLE color: 4665982.

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

Color convert

RGB1265071-
CMYK00.600.440.51
HSL343.42º43.18%34.51%-
HSV(B)343.42º60.32%49.41%-
XYZ10.887.176.77-
YUV75.12125.68164.29-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 51.01%
GREEN value IS 50 (19.92% from 255) = 20.24%
BLUE value IS 71 (28.12% from 255) = 28.74%
R=51.01%
G=20.24%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126507100.600.440.51343.4243.1834.51
Hex7E324703C2C331572b23
Octal1766210707454635275343
Binary111111011001010001110111100101100110011101010111101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,50,71); }

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

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

 a { background-color: rgb(126,50,71); }

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

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

 span { border-color: rgb(126,50,71); }

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