Shades of Rouge #BD3564
Tints of Rouge #BD3564
RGB
CMYK
RGB Variations
Color information
#BD3564 (or 0xBD3564) is known color: Rouge. HEX triplet: BD, 35 and 64. RGB value is (189,53,100). Sum of RGB (Red+Green+Blue) = 189+53+100=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3564 is #42CA9B. Grayscale: #626262. Windows color (decimal): -4377244 or 6567357. OLE color: 6567357.
HSL color Cylindrical-coordinate representation of color #BD3564: hue angle of 339.26º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD3564 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 53 | 100 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.26 |
| HSL | 339.26º | 0.56% | 0.47% | - |
| HSV(B) | 339.26º | 0.72% | 0.74% | - |
| XYZ | 24.56 | 14.29 | 13.52 | - |
| YUV | 99.02 | 128.56 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 53 | 100 | 0 | 0.72 | 0.47 | 0.26 | 339.26 | 0.56 | 0.47 |
| Hex | BD | 35 | 64 | 0 | 48 | 2F | 1A | 153 | 38 | 2F |
| Octal | 275 | 65 | 144 | 0 | 110 | 57 | 32 | 523 | 70 | 57 |
| Binary | 10111101 | 110101 | 1100100 | 0 | 1001000 | 101111 | 11010 | 101010011 | 111000 | 101111 |
Color Harmonies of #BD3564
Complementary color
Monochromatic Colors of #BD3564
Black with #BD3564
Text Example
Text Example
White with #BD3564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3564; }
p { color: rgb(189,53,100); }
H1.HeaderClassName
{
color: #BD3564;
}
.AnyTagClassName
{
color: #BD3564;
}
</style>
background-color css
<style>
a { background-color: #BD3564; }
a { background-color: rgb(189,53,100); }
div.DivClassName
{
background-color: #BD3564;
}
.BgClassName
{
background-color: #BD3564;
}
</style>
border-color css
<style>
span { border-color: #BD3564; }
span { border-color: rgb(189,53,100); }
td.TdClassName
{
border-color: #BD3564;
}
.TagClassName
{
border-color: #BD3564;
}
</style>