Shades of Camelot #8B354A
Tints of Camelot #8B354A
RGB
CMYK
RGB Variations
Color information
#8B354A (or 0x8B354A) is known color: Camelot. HEX triplet: 8B, 35 and 4A. RGB value is (139,53,74). Sum of RGB (Red+Green+Blue) = 139+53+74=266 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.26% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 139 - color contains mainly: red. Hex color #8B354A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B354A is #74CAB5. Grayscale: #515151. Windows color (decimal): -7654070 or 4863371. OLE color: 4863371.
HSL color Cylindrical-coordinate representation of color #8B354A: hue angle of 345.35º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8B354A is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 53 | 74 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.45 |
| HSL | 345.35º | 0.45% | 0.38% | - |
| HSV(B) | 345.35º | 0.62% | 0.55% | - |
| XYZ | 13.16 | 8.53 | 7.43 | - |
| YUV | 81.11 | 123.99 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 53 | 74 | 0 | 0.62 | 0.47 | 0.45 | 345.35 | 0.45 | 0.38 |
| Hex | 8B | 35 | 4A | 0 | 3E | 2F | 2D | 159 | 2D | 26 |
| Octal | 213 | 65 | 112 | 0 | 76 | 57 | 55 | 531 | 55 | 46 |
| Binary | 10001011 | 110101 | 1001010 | 0 | 111110 | 101111 | 101101 | 101011001 | 101101 | 100110 |
Color Harmonies of #8B354A
Complementary color
Monochromatic Colors of #8B354A
Black with #8B354A
Text Example
Text Example
White with #8B354A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B354A; }
p { color: rgb(139,53,74); }
H1.HeaderClassName
{
color: #8B354A;
}
.AnyTagClassName
{
color: #8B354A;
}
</style>
background-color css
<style>
a { background-color: #8B354A; }
a { background-color: rgb(139,53,74); }
div.DivClassName
{
background-color: #8B354A;
}
.BgClassName
{
background-color: #8B354A;
}
</style>
border-color css
<style>
span { border-color: #8B354A; }
span { border-color: rgb(139,53,74); }
td.TdClassName
{
border-color: #8B354A;
}
.TagClassName
{
border-color: #8B354A;
}
</style>