Shades of Camelot #8B374C
Tints of Camelot #8B374C
RGB
CMYK
RGB Variations
Color information
#8B374C (or 0x8B374C) is known color: Camelot. HEX triplet: 8B, 37 and 4C. RGB value is (139,55,76). Sum of RGB (Red+Green+Blue) = 139+55+76=270 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.48% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 139 - color contains mainly: red. Hex color #8B374C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B374C is #74C8B3. Grayscale: #525252. Windows color (decimal): -7653556 or 4994955. OLE color: 4994955.
HSL color Cylindrical-coordinate representation of color #8B374C: hue angle of 345º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B374C is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 55 | 76 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.45 |
| HSL | 345º | 0.43% | 0.38% | - |
| HSV(B) | 345º | 0.6% | 0.55% | - |
| XYZ | 13.32 | 8.74 | 7.82 | - |
| YUV | 82.51 | 124.33 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 55 | 76 | 0 | 0.60 | 0.45 | 0.45 | 345 | 0.43 | 0.38 |
| Hex | 8B | 37 | 4C | 0 | 3C | 2D | 2D | 159 | 2B | 26 |
| Octal | 213 | 67 | 114 | 0 | 74 | 55 | 55 | 531 | 53 | 46 |
| Binary | 10001011 | 110111 | 1001100 | 0 | 111100 | 101101 | 101101 | 101011001 | 101011 | 100110 |
Color Harmonies of #8B374C
Complementary color
Monochromatic Colors of #8B374C
Black with #8B374C
Text Example
Text Example
White with #8B374C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B374C; }
p { color: rgb(139,55,76); }
H1.HeaderClassName
{
color: #8B374C;
}
.AnyTagClassName
{
color: #8B374C;
}
</style>
background-color css
<style>
a { background-color: #8B374C; }
a { background-color: rgb(139,55,76); }
div.DivClassName
{
background-color: #8B374C;
}
.BgClassName
{
background-color: #8B374C;
}
</style>
border-color css
<style>
span { border-color: #8B374C; }
span { border-color: rgb(139,55,76); }
td.TdClassName
{
border-color: #8B374C;
}
.TagClassName
{
border-color: #8B374C;
}
</style>