Shades of Jazz #672D35
Tints of Jazz #672D35
RGB
CMYK
RGB Variations
Color information
#672D35 (or 0x672D35) is known color: Jazz. HEX triplet: 67, 2D and 35. RGB value is (103,45,53). Sum of RGB (Red+Green+Blue) = 103+45+53=201 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.24% from 201); Green value is 45 (17.97% from 255 or 22.39% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 103 - color contains mainly: red. Hex color #672D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672D35 is #98D2CA. Grayscale: #3F3F3F. Windows color (decimal): -10015435 or 3485031. OLE color: 3485031.
HSL color Cylindrical-coordinate representation of color #672D35: hue angle of 351.72º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #672D35 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 45 | 53 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.60 |
| HSL | 351.72º | 0.39% | 0.29% | - |
| HSV(B) | 351.72º | 0.56% | 0.4% | - |
| XYZ | 7.17 | 5.02 | 3.96 | - |
| YUV | 63.25 | 122.22 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 45 | 53 | 0 | 0.56 | 0.49 | 0.60 | 351.72 | 0.39 | 0.29 |
| Hex | 67 | 2D | 35 | 0 | 38 | 31 | 3C | 160 | 27 | 1D |
| Octal | 147 | 55 | 65 | 0 | 70 | 61 | 74 | 540 | 47 | 35 |
| Binary | 1100111 | 101101 | 110101 | 0 | 111000 | 110001 | 111100 | 101100000 | 100111 | 11101 |
Color Harmonies of #672D35
Complementary color
Monochromatic Colors of #672D35
Black with #672D35
Text Example
Text Example
White with #672D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672D35; }
p { color: rgb(103,45,53); }
H1.HeaderClassName
{
color: #672D35;
}
.AnyTagClassName
{
color: #672D35;
}
</style>
background-color css
<style>
a { background-color: #672D35; }
a { background-color: rgb(103,45,53); }
div.DivClassName
{
background-color: #672D35;
}
.BgClassName
{
background-color: #672D35;
}
</style>
border-color css
<style>
span { border-color: #672D35; }
span { border-color: rgb(103,45,53); }
td.TdClassName
{
border-color: #672D35;
}
.TagClassName
{
border-color: #672D35;
}
</style>