Shades of Rose Of Sharon #AF4C1D
Tints of Rose Of Sharon #AF4C1D
RGB
CMYK
RGB Variations
Color information
#AF4C1D (or 0xAF4C1D) is known color: Rose Of Sharon. HEX triplet: AF, 4C and 1D. RGB value is (175,76,29). Sum of RGB (Red+Green+Blue) = 175+76+29=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4C1D is #50B3E2. Grayscale: #646464. Windows color (decimal): -5288931 or 1920175. OLE color: 1920175.
HSL color Cylindrical-coordinate representation of color #AF4C1D: hue angle of 19.32º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF4C1D is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 76 | 29 | - |
| CMYK | 0 | 0.57 | 0.83 | 0.31 |
| HSL | 19.32º | 0.72% | 0.4% | - |
| HSV(B) | 19.32º | 0.83% | 0.69% | - |
| XYZ | 20.49 | 14.37 | 2.86 | - |
| YUV | 100.24 | 87.8 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 76 | 29 | 0 | 0.57 | 0.83 | 0.31 | 19.32 | 0.72 | 0.4 |
| Hex | AF | 4C | 1D | 0 | 39 | 53 | 1F | 13 | 48 | 28 |
| Octal | 257 | 114 | 35 | 0 | 71 | 123 | 37 | 23 | 110 | 50 |
| Binary | 10101111 | 1001100 | 11101 | 0 | 111001 | 1010011 | 11111 | 10011 | 1001000 | 101000 |
Color Harmonies of #AF4C1D
Complementary color
Monochromatic Colors of #AF4C1D
Black with #AF4C1D
Text Example
Text Example
White with #AF4C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4C1D; }
p { color: rgb(175,76,29); }
H1.HeaderClassName
{
color: #AF4C1D;
}
.AnyTagClassName
{
color: #AF4C1D;
}
</style>
background-color css
<style>
a { background-color: #AF4C1D; }
a { background-color: rgb(175,76,29); }
div.DivClassName
{
background-color: #AF4C1D;
}
.BgClassName
{
background-color: #AF4C1D;
}
</style>
border-color css
<style>
span { border-color: #AF4C1D; }
span { border-color: rgb(175,76,29); }
td.TdClassName
{
border-color: #AF4C1D;
}
.TagClassName
{
border-color: #AF4C1D;
}
</style>