#8C3E49

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

Shades of Camelot #8C3E49

Tints of Camelot #8C3E49

Color information

#8C3E49 (or 0x8C3E49) is unknown color: approx Camelot. HEX triplet: 8C, 3E and 49. RGB value is (140,62,73). Sum of RGB (Red+Green+Blue) = 140+62+73=275 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.91% from 275); Green value is 62 (24.61% from 255 or 22.55% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3E49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3E49 is #73C1B6. Grayscale: #565656. Windows color (decimal): -7586231 or 4800140. OLE color: 4800140.

HSL color Cylindrical-coordinate representation of color #8C3E49: hue angle of 351.54º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C3E49 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB1406273-
CMYK00.560.480.45
HSL351.54º38.61%39.61%-
HSV(B)351.54º55.71%54.9%-
XYZ13.749.57.41-
YUV86.58120.34166.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 50.91%
GREEN value IS 62 (24.61% from 255) = 22.55%
BLUE value IS 73 (28.91% from 255) = 26.55%
R=50.91%
G=22.55%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140627300.560.480.45351.5438.6139.61
Hex8C3E49038302D1602728
Octal2147611107060555404750
Binary1000110011111010010010111000110000101101101100000100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C3E49; }

 p { color: rgb(140,62,73); }

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

<style>
 a { background-color: #8C3E49; }

 a { background-color: rgb(140,62,73); }

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

<style>
 span { border-color: #8C3E49; }

 span { border-color: rgb(140,62,73); }

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