#8D394F

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

Shades of Camelot #8D394F

Tints of Camelot #8D394F

Color information

#8D394F (or 0x8D394F) is unknown color: approx Camelot. HEX triplet: 8D, 39 and 4F. RGB value is (141,57,79). Sum of RGB (Red+Green+Blue) = 141+57+79=277 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.90% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 141 - color contains mainly: red. Hex color #8D394F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D394F is #72C6B0. Grayscale: #545454. Windows color (decimal): -7521969 or 5192077. OLE color: 5192077.

HSL color Cylindrical-coordinate representation of color #8D394F: hue angle of 344.29º 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 #8D394F is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB1415779-
CMYK00.600.440.45
HSL344.29º42.42%38.82%-
HSV(B)344.29º59.57%55.29%-
XYZ13.869.158.43-
YUV84.62124.83168.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.90%
GREEN value IS 57 (22.66% from 255) = 20.58%
BLUE value IS 79 (31.25% from 255) = 28.52%
R=50.90%
G=20.58%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141577900.600.440.45344.2942.4238.82
Hex8D394F03C2C2D1582a27
Octal2157111707454555305247
Binary1000110111100110011110111100101100101101101011000101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D394F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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