#8B3F4E

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

Shades of Camelot #8B3F4E

Tints of Camelot #8B3F4E

Color information

#8B3F4E (or 0x8B3F4E) is unknown color: approx Camelot. HEX triplet: 8B, 3F and 4E. RGB value is (139,63,78). Sum of RGB (Red+Green+Blue) = 139+63+78=280 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.64% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3F4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3F4E is #74C0B1. Grayscale: #575757. Windows color (decimal): -7651506 or 5128075. OLE color: 5128075.

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

Color convert

RGB1396378-
CMYK00.550.440.45
HSL348.16º37.62%39.61%-
HSV(B)348.16º54.68%54.51%-
XYZ13.89.598.33-
YUV87.43122.68164.78-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.64%
GREEN value IS 63 (25% from 255) = 22.5%
BLUE value IS 78 (30.86% from 255) = 27.86%
R=49.64%
G=22.5%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139637800.550.440.45348.1637.6239.61
Hex8B3F4E0372C2D15c2628
Octal2137711606754555344650
Binary1000101111111110011100110111101100101101101011100100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,63,78); }

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

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

 a { background-color: rgb(139,63,78); }

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

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

 span { border-color: rgb(139,63,78); }

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