#8C3D49

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

Shades of Camelot #8C3D49

Tints of Camelot #8C3D49

Color information

#8C3D49 (or 0x8C3D49) is unknown color: approx Camelot. HEX triplet: 8C, 3D and 49. RGB value is (140,61,73). Sum of RGB (Red+Green+Blue) = 140+61+73=274 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.09% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3D49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3D49 is #73C2B6. Grayscale: #565656. Windows color (decimal): -7586487 or 4799884. OLE color: 4799884.

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

Color convert

RGB1406173-
CMYK00.560.480.45
HSL350.89º39.3%39.41%-
HSV(B)350.89º56.43%54.9%-
XYZ13.699.397.4-
YUV85.99120.67166.52-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.09%
GREEN value IS 61 (24.22% from 255) = 22.26%
BLUE value IS 73 (28.91% from 255) = 26.64%
R=51.09%
G=22.26%
B=26.64%

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
Decimal140617300.560.480.45350.8939.339.41
Hex8C3D49038302D15f2727
Octal2147511107060555374747
Binary1000110011110110010010111000110000101101101011111100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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