#7E3643

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

Shades of Camelot #7E3643

Tints of Camelot #7E3643

Color information

#7E3643 (or 0x7E3643) is unknown color: approx Camelot. HEX triplet: 7E, 36 and 43. RGB value is (126,54,67). Sum of RGB (Red+Green+Blue) = 126+54+67=247 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.01% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 67 (26.56% from 255 or 27.13% from 247); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3643 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3643 is #81C9BC. Grayscale: #4D4D4D. Windows color (decimal): -8505789 or 4404862. OLE color: 4404862.

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

Color convert

RGB1265467-
CMYK00.570.470.51
HSL349.17º40%35.29%-
HSV(B)349.17º57.14%49.41%-
XYZ10.947.486.18-
YUV77.01122.35162.94-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 51.01%
GREEN value IS 54 (21.48% from 255) = 21.86%
BLUE value IS 67 (26.56% from 255) = 27.13%
R=51.01%
G=21.86%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126546700.570.470.51349.174035.29
Hex7E36430392F3315d2823
Octal1766610307157635355043
Binary111111011011010000110111001101111110011101011101101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,54,67); }

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

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

 a { background-color: rgb(126,54,67); }

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

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

 span { border-color: rgb(126,54,67); }

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