Shades of Pueblo #702D25
Tints of Pueblo #702D25
RGB
CMYK
RGB Variations
Color information
#702D25 (or 0x702D25) is known color: Pueblo. HEX triplet: 70, 2D and 25. RGB value is (112,45,37). Sum of RGB (Red+Green+Blue) = 112+45+37=194 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.73% from 194); Green value is 45 (17.97% from 255 or 23.20% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 112 - color contains mainly: red. Hex color #702D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702D25 is #8FD2DA. Grayscale: #404040. Windows color (decimal): -9425627 or 2436464. OLE color: 2436464.
HSL color Cylindrical-coordinate representation of color #702D25: hue angle of 6.4º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #702D25 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 45 | 37 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.56 |
| HSL | 6.4º | 0.5% | 0.29% | - |
| HSV(B) | 6.4º | 0.67% | 0.44% | - |
| XYZ | 7.95 | 5.46 | 2.38 | - |
| YUV | 64.12 | 112.7 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 45 | 37 | 0 | 0.60 | 0.67 | 0.56 | 6.4 | 0.5 | 0.29 |
| Hex | 70 | 2D | 25 | 0 | 3C | 43 | 38 | 6 | 32 | 1D |
| Octal | 160 | 55 | 45 | 0 | 74 | 103 | 70 | 6 | 62 | 35 |
| Binary | 1110000 | 101101 | 100101 | 0 | 111100 | 1000011 | 111000 | 110 | 110010 | 11101 |
Color Harmonies of #702D25
Complementary color
Monochromatic Colors of #702D25
Black with #702D25
Text Example
Text Example
White with #702D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702D25; }
p { color: rgb(112,45,37); }
H1.HeaderClassName
{
color: #702D25;
}
.AnyTagClassName
{
color: #702D25;
}
</style>
background-color css
<style>
a { background-color: #702D25; }
a { background-color: rgb(112,45,37); }
div.DivClassName
{
background-color: #702D25;
}
.BgClassName
{
background-color: #702D25;
}
</style>
border-color css
<style>
span { border-color: #702D25; }
span { border-color: rgb(112,45,37); }
td.TdClassName
{
border-color: #702D25;
}
.TagClassName
{
border-color: #702D25;
}
</style>