#8B4253

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

Shades of Camelot #8B4253

Tints of Camelot #8B4253

Color information

#8B4253 (or 0x8B4253) is unknown color: approx Camelot. HEX triplet: 8B, 42 and 53. RGB value is (139,66,83). Sum of RGB (Red+Green+Blue) = 139+66+83=288 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.26% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4253 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4253 is #74BDAC. Grayscale: #595959. Windows color (decimal): -7650733 or 5456523. OLE color: 5456523.

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

Color convert

RGB1396683-
CMYK00.530.400.45
HSL346.03º35.61%40.2%-
HSV(B)346.03º52.52%54.51%-
XYZ14.1610.019.37-
YUV89.76124.18163.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.26%
GREEN value IS 66 (26.17% from 255) = 22.92%
BLUE value IS 83 (32.81% from 255) = 28.82%
R=48.26%
G=22.92%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139668300.530.400.45346.0335.6140.2
Hex8B4253035282D15a2428
Octal21310212306550555324450
Binary10001011100001010100110110101101000101101101011010100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,66,83); }

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

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

 a { background-color: rgb(139,66,83); }

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

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

 span { border-color: rgb(139,66,83); }

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