#8C384D

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

Shades of Camelot #8C384D

Tints of Camelot #8C384D

Color information

#8C384D (or 0x8C384D) is unknown color: approx Camelot. HEX triplet: 8C, 38 and 4D. RGB value is (140,56,77). Sum of RGB (Red+Green+Blue) = 140+56+77=273 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.28% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 140 - color contains mainly: red. Hex color #8C384D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C384D is #73C7B2. Grayscale: #535353. Windows color (decimal): -7587763 or 5060748. OLE color: 5060748.

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

Color convert

RGB1405677-
CMYK00.60.450.45
HSL345º42.86%38.43%-
HSV(B)345º60%54.9%-
XYZ13.578.948.03-
YUV83.51124.33168.29-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.28%
GREEN value IS 56 (22.27% from 255) = 20.51%
BLUE value IS 77 (30.47% from 255) = 28.21%
R=51.28%
G=20.51%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140567700.60.450.4534542.8638.43
Hex8C384D03C2D2D1592b26
Octal2147011507455555315346
Binary1000110011100010011010111100101101101101101011001101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C384D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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