#8B364C

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

Shades of Camelot #8B364C

Tints of Camelot #8B364C

Color information

#8B364C (or 0x8B364C) is unknown color: approx Camelot. HEX triplet: 8B, 36 and 4C. RGB value is (139,54,76). Sum of RGB (Red+Green+Blue) = 139+54+76=269 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.67% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 139 - color contains mainly: red. Hex color #8B364C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B364C is #74C9B3. Grayscale: #515151. Windows color (decimal): -7653812 or 4994699. OLE color: 4994699.

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

Color convert

RGB1395476-
CMYK00.610.450.45
HSL344.47º44.04%37.84%-
HSV(B)344.47º61.15%54.51%-
XYZ13.278.657.81-
YUV81.92124.66168.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.67%
GREEN value IS 54 (21.48% from 255) = 20.07%
BLUE value IS 76 (30.08% from 255) = 28.25%
R=51.67%
G=20.07%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139547600.610.450.45344.4744.0437.84
Hex8B364C03D2D2D1582c26
Octal2136611407555555305446
Binary1000101111011010011000111101101101101101101011000101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B364C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,54,76); }

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

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

 a { background-color: rgb(139,54,76); }

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

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

 span { border-color: rgb(139,54,76); }

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