Shades of Sorbus #D5673E
Tints of Sorbus #D5673E
RGB
CMYK
RGB Variations
Color information
#D5673E (or 0xD5673E) is known color: Sorbus. HEX triplet: D5, 67 and 3E. RGB value is (213,103,62). Sum of RGB (Red+Green+Blue) = 213+103+62=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 62 (24.61% from 255 or 16.40% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D5673E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5673E is #2A98C1. Grayscale: #838383. Windows color (decimal): -2791618 or 4089813. OLE color: 4089813.
HSL color Cylindrical-coordinate representation of color #D5673E: hue angle of 16.29º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D5673E is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 103 | 62 | - |
| CMYK | 0 | 0.52 | 0.71 | 0.16 |
| HSL | 16.29º | 0.64% | 0.54% | - |
| HSV(B) | 16.29º | 0.71% | 0.84% | - |
| XYZ | 33.16 | 24.19 | 7.48 | - |
| YUV | 131.22 | 88.94 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 103 | 62 | 0 | 0.52 | 0.71 | 0.16 | 16.29 | 0.64 | 0.54 |
| Hex | D5 | 67 | 3E | 0 | 34 | 47 | 10 | 10 | 40 | 36 |
| Octal | 325 | 147 | 76 | 0 | 64 | 107 | 20 | 20 | 100 | 66 |
| Binary | 11010101 | 1100111 | 111110 | 0 | 110100 | 1000111 | 10000 | 10000 | 1000000 | 110110 |
Color Harmonies of #D5673E
Complementary color
Monochromatic Colors of #D5673E
Black with #D5673E
Text Example
Text Example
White with #D5673E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5673E; }
p { color: rgb(213,103,62); }
H1.HeaderClassName
{
color: #D5673E;
}
.AnyTagClassName
{
color: #D5673E;
}
</style>
background-color css
<style>
a { background-color: #D5673E; }
a { background-color: rgb(213,103,62); }
div.DivClassName
{
background-color: #D5673E;
}
.BgClassName
{
background-color: #D5673E;
}
</style>
border-color css
<style>
span { border-color: #D5673E; }
span { border-color: rgb(213,103,62); }
td.TdClassName
{
border-color: #D5673E;
}
.TagClassName
{
border-color: #D5673E;
}
</style>