#8B384A

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

Shades of Camelot #8B384A

Tints of Camelot #8B384A

Color information

#8B384A (or 0x8B384A) is unknown color: approx Camelot. HEX triplet: 8B, 38 and 4A. RGB value is (139,56,74). Sum of RGB (Red+Green+Blue) = 139+56+74=269 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.67% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 139 - color contains mainly: red. Hex color #8B384A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B384A is #74C7B5. Grayscale: #525252. Windows color (decimal): -7653302 or 4864139. OLE color: 4864139.

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

Color convert

RGB1395674-
CMYK00.600.470.45
HSL346.99º42.56%38.24%-
HSV(B)346.99º59.71%54.51%-
XYZ13.38.817.48-
YUV82.87123168.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.67%
GREEN value IS 56 (22.27% from 255) = 20.82%
BLUE value IS 74 (29.30% from 255) = 27.51%
R=51.67%
G=20.82%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139567400.600.470.45346.9942.5638.24
Hex8B384A03C2F2D15b2b26
Octal2137011207457555335346
Binary1000101111100010010100111100101111101101101011011101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B384A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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