Shades of Bright Red #952733
Tints of Bright Red #952733
RGB
CMYK
RGB Variations
Color information
#952733 (or 0x952733) is known color: Bright Red. HEX triplet: 95, 27 and 33. RGB value is (149,39,51). Sum of RGB (Red+Green+Blue) = 149+39+51=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 39 (15.62% from 255 or 16.32% from 239); Blue value is 51 (20.31% from 255 or 21.34% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #952733 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952733 is #6AD8CC. Grayscale: #494949. Windows color (decimal): -7002317 or 3352469. OLE color: 3352469.
HSL color Cylindrical-coordinate representation of color #952733: hue angle of 353.45º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #952733 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 39 | 51 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.42 |
| HSL | 353.45º | 0.59% | 0.37% | - |
| HSV(B) | 353.45º | 0.74% | 0.58% | - |
| XYZ | 13.72 | 8.08 | 3.97 | - |
| YUV | 73.26 | 115.44 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 39 | 51 | 0 | 0.74 | 0.66 | 0.42 | 353.45 | 0.59 | 0.37 |
| Hex | 95 | 27 | 33 | 0 | 4A | 42 | 2A | 161 | 3B | 25 |
| Octal | 225 | 47 | 63 | 0 | 112 | 102 | 52 | 541 | 73 | 45 |
| Binary | 10010101 | 100111 | 110011 | 0 | 1001010 | 1000010 | 101010 | 101100001 | 111011 | 100101 |
Color Harmonies of #952733
Complementary color
Monochromatic Colors of #952733
Black with #952733
Text Example
Text Example
White with #952733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952733; }
p { color: rgb(149,39,51); }
H1.HeaderClassName
{
color: #952733;
}
.AnyTagClassName
{
color: #952733;
}
</style>
background-color css
<style>
a { background-color: #952733; }
a { background-color: rgb(149,39,51); }
div.DivClassName
{
background-color: #952733;
}
.BgClassName
{
background-color: #952733;
}
</style>
border-color css
<style>
span { border-color: #952733; }
span { border-color: rgb(149,39,51); }
td.TdClassName
{
border-color: #952733;
}
.TagClassName
{
border-color: #952733;
}
</style>