Shades of Rouge #B62D69
Tints of Rouge #B62D69
RGB
CMYK
RGB Variations
Color information
#B62D69 (or 0xB62D69) is known color: Rouge. HEX triplet: B6, 2D and 69. RGB value is (182,45,105). Sum of RGB (Red+Green+Blue) = 182+45+105=332 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.82% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 182 - color contains mainly: red. Hex color #B62D69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62D69 is #49D296. Grayscale: #5C5C5C. Windows color (decimal): -4838039 or 6892982. OLE color: 6892982.
HSL color Cylindrical-coordinate representation of color #B62D69: hue angle of 333.72º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B62D69 is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 45 | 105 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.29 |
| HSL | 333.72º | 0.6% | 0.45% | - |
| HSV(B) | 333.72º | 0.75% | 0.71% | - |
| XYZ | 22.78 | 12.84 | 14.64 | - |
| YUV | 92.8 | 134.89 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 45 | 105 | 0 | 0.75 | 0.42 | 0.29 | 333.72 | 0.6 | 0.45 |
| Hex | B6 | 2D | 69 | 0 | 4B | 2A | 1D | 14E | 3C | 2D |
| Octal | 266 | 55 | 151 | 0 | 113 | 52 | 35 | 516 | 74 | 55 |
| Binary | 10110110 | 101101 | 1101001 | 0 | 1001011 | 101010 | 11101 | 101001110 | 111100 | 101101 |
Color Harmonies of #B62D69
Complementary color
Monochromatic Colors of #B62D69
Black with #B62D69
Text Example
Text Example
White with #B62D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62D69; }
p { color: rgb(182,45,105); }
H1.HeaderClassName
{
color: #B62D69;
}
.AnyTagClassName
{
color: #B62D69;
}
</style>
background-color css
<style>
a { background-color: #B62D69; }
a { background-color: rgb(182,45,105); }
div.DivClassName
{
background-color: #B62D69;
}
.BgClassName
{
background-color: #B62D69;
}
</style>
border-color css
<style>
span { border-color: #B62D69; }
span { border-color: rgb(182,45,105); }
td.TdClassName
{
border-color: #B62D69;
}
.TagClassName
{
border-color: #B62D69;
}
</style>