#8C3F4D

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

Shades of Camelot #8C3F4D

Tints of Camelot #8C3F4D

Color information

#8C3F4D (or 0x8C3F4D) is unknown color: approx Camelot. HEX triplet: 8C, 3F and 4D. RGB value is (140,63,77). Sum of RGB (Red+Green+Blue) = 140+63+77=280 (37% of max value = 765). Red value is 140 (55.08% from 255 or 50% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3F4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3F4D is #73C0B2. Grayscale: #575757. Windows color (decimal): -7585971 or 5062540. OLE color: 5062540.

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

Color convert

RGB1406377-
CMYK00.550.450.45
HSL349.09º37.93%39.8%-
HSV(B)349.09º55%54.9%-
XYZ13.939.678.15-
YUV87.62122.01165.36-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 50%
GREEN value IS 63 (25% from 255) = 22.5%
BLUE value IS 77 (30.47% from 255) = 27.5%
R=50%
G=22.5%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140637700.550.450.45349.0937.9339.8
Hex8C3F4D0372D2D15d2628
Octal2147711506755555354650
Binary1000110011111110011010110111101101101101101011101100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,63,77); }

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

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

 a { background-color: rgb(140,63,77); }

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

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

 span { border-color: rgb(140,63,77); }

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