#8C394E

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

Shades of Camelot #8C394E

Tints of Camelot #8C394E

Color information

#8C394E (or 0x8C394E) is unknown color: approx Camelot. HEX triplet: 8C, 39 and 4E. RGB value is (140,57,78). Sum of RGB (Red+Green+Blue) = 140+57+78=275 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.91% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 78 (30.86% from 255 or 28.36% from 275); Max value from RGB is 140 - color contains mainly: red. Hex color #8C394E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C394E is #73C6B1. Grayscale: #545454. Windows color (decimal): -7587506 or 5126540. OLE color: 5126540.

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

Color convert

RGB1405778-
CMYK00.590.440.45
HSL344.82º42.13%38.63%-
HSV(B)344.82º59.29%54.9%-
XYZ13.659.058.24-
YUV84.21124.5167.79-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 50.91%
GREEN value IS 57 (22.66% from 255) = 20.73%
BLUE value IS 78 (30.86% from 255) = 28.36%
R=50.91%
G=20.73%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140577800.590.440.45344.8242.1338.63
Hex8C394E03B2C2D1592a27
Octal2147111607354555315247
Binary1000110011100110011100111011101100101101101011001101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C394E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,57,78); }

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

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

 a { background-color: rgb(140,57,78); }

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

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

 span { border-color: rgb(140,57,78); }

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