#8B3951

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

Shades of Camelot #8B3951

Tints of Camelot #8B3951

Color information

#8B3951 (or 0x8B3951) is unknown color: approx Camelot. HEX triplet: 8B, 39 and 51. RGB value is (139,57,81). Sum of RGB (Red+Green+Blue) = 139+57+81=277 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.18% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3951 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3951 is #74C6AE. Grayscale: #545454. Windows color (decimal): -7653039 or 5323147. OLE color: 5323147.

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

Color convert

RGB1395781-
CMYK00.590.420.45
HSL342.44º41.84%38.43%-
HSV(B)342.44º58.99%54.51%-
XYZ13.69.018.81-
YUV84.25126.17167.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.18%
GREEN value IS 57 (22.66% from 255) = 20.58%
BLUE value IS 81 (32.03% from 255) = 29.24%
R=50.18%
G=20.58%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139578100.590.420.45342.4441.8438.43
Hex8B395103B2A2D1562a26
Octal2137112107352555265246
Binary1000101111100110100010111011101010101101101010110101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,57,81); }

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

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

 a { background-color: rgb(139,57,81); }

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

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

 span { border-color: rgb(139,57,81); }

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