#8D394B

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

Shades of Camelot #8D394B

Tints of Camelot #8D394B

Color information

#8D394B (or 0x8D394B) is unknown color: approx Camelot. HEX triplet: 8D, 39 and 4B. RGB value is (141,57,75). Sum of RGB (Red+Green+Blue) = 141+57+75=273 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.65% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 141 - color contains mainly: red. Hex color #8D394B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D394B is #72C6B4. Grayscale: #545454. Windows color (decimal): -7521973 or 4929933. OLE color: 4929933.

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

Color convert

RGB1415775-
CMYK00.600.470.45
HSL347.14º42.42%38.82%-
HSV(B)347.14º59.57%55.29%-
XYZ13.729.17.69-
YUV84.17122.83168.54-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.65%
GREEN value IS 57 (22.66% from 255) = 20.88%
BLUE value IS 75 (29.69% from 255) = 27.47%
R=51.65%
G=20.88%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141577500.600.470.45347.1442.4238.82
Hex8D394B03C2F2D15b2a27
Octal2157111307457555335247
Binary1000110111100110010110111100101111101101101011011101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D394B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,57,75); }

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

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

 a { background-color: rgb(141,57,75); }

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

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

 span { border-color: rgb(141,57,75); }

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