#8B3D4D

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

Shades of Camelot #8B3D4D

Tints of Camelot #8B3D4D

Color information

#8B3D4D (or 0x8B3D4D) is unknown color: approx Camelot. HEX triplet: 8B, 3D and 4D. RGB value is (139,61,77). Sum of RGB (Red+Green+Blue) = 139+61+77=277 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.18% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3D4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3D4D is #74C2B2. Grayscale: #565656. Windows color (decimal): -7652019 or 5062027. OLE color: 5062027.

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

Color convert

RGB1396177-
CMYK00.560.450.45
HSL347.69º39%39.22%-
HSV(B)347.69º56.12%54.51%-
XYZ13.669.368.11-
YUV86.15122.84165.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.18%
GREEN value IS 61 (24.22% from 255) = 22.02%
BLUE value IS 77 (30.47% from 255) = 27.80%
R=50.18%
G=22.02%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139617700.560.450.45347.693939.22
Hex8B3D4D0382D2D15c2727
Octal2137511507055555344747
Binary1000101111110110011010111000101101101101101011100100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,61,77); }

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

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

 a { background-color: rgb(139,61,77); }

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

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

 span { border-color: rgb(139,61,77); }

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