Shades of Bulgarian Rose #431F23
Tints of Bulgarian Rose #431F23
RGB
CMYK
RGB Variations
Color information
#431F23 (or 0x431F23) is known color: Bulgarian Rose. HEX triplet: 43, 1F and 23. RGB value is (67,31,35). Sum of RGB (Red+Green+Blue) = 67+31+35=133 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.38% from 133); Green value is 31 (12.5% from 255 or 23.31% from 133); Blue value is 35 (14.06% from 255 or 26.32% from 133); Max value from RGB is 67 - color contains mainly: red. Hex color #431F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431F23 is #BCE0DC. Grayscale: #2A2A2A. Windows color (decimal): -12378333 or 2301763. OLE color: 2301763.
HSL color Cylindrical-coordinate representation of color #431F23: hue angle of 353.33º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #431F23 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 31 | 35 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.74 |
| HSL | 353.33º | 0.37% | 0.19% | - |
| HSV(B) | 353.33º | 0.54% | 0.26% | - |
| XYZ | 3.11 | 2.29 | 1.87 | - |
| YUV | 42.22 | 123.93 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 31 | 35 | 0 | 0.54 | 0.48 | 0.74 | 353.33 | 0.37 | 0.19 |
| Hex | 43 | 1F | 23 | 0 | 36 | 30 | 4A | 161 | 25 | 13 |
| Octal | 103 | 37 | 43 | 0 | 66 | 60 | 112 | 541 | 45 | 23 |
| Binary | 1000011 | 11111 | 100011 | 0 | 110110 | 110000 | 1001010 | 101100001 | 100101 | 10011 |
Color Harmonies of #431F23
Complementary color
Monochromatic Colors of #431F23
Black with #431F23
Text Example
Text Example
White with #431F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431F23; }
p { color: rgb(67,31,35); }
H1.HeaderClassName
{
color: #431F23;
}
.AnyTagClassName
{
color: #431F23;
}
</style>
background-color css
<style>
a { background-color: #431F23; }
a { background-color: rgb(67,31,35); }
div.DivClassName
{
background-color: #431F23;
}
.BgClassName
{
background-color: #431F23;
}
</style>
border-color css
<style>
span { border-color: #431F23; }
span { border-color: rgb(67,31,35); }
td.TdClassName
{
border-color: #431F23;
}
.TagClassName
{
border-color: #431F23;
}
</style>