#8B384C

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

Shades of Camelot #8B384C

Tints of Camelot #8B384C

Color information

#8B384C (or 0x8B384C) is unknown color: approx Camelot. HEX triplet: 8B, 38 and 4C. RGB value is (139,56,76). Sum of RGB (Red+Green+Blue) = 139+56+76=271 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.29% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 139 - color contains mainly: red. Hex color #8B384C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B384C is #74C7B3. Grayscale: #535353. Windows color (decimal): -7653300 or 4995211. OLE color: 4995211.

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

Color convert

RGB1395676-
CMYK00.600.450.45
HSL345.54º42.56%38.24%-
HSV(B)345.54º59.71%54.51%-
XYZ13.378.847.84-
YUV83.1124167.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.29%
GREEN value IS 56 (22.27% from 255) = 20.66%
BLUE value IS 76 (30.08% from 255) = 28.04%
R=51.29%
G=20.66%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139567600.600.450.45345.5442.5638.24
Hex8B384C03C2D2D15a2b26
Octal2137011407455555325346
Binary1000101111100010011000111100101101101101101011010101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B384C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,56,76); }

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

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

 a { background-color: rgb(139,56,76); }

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

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

 span { border-color: rgb(139,56,76); }

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