Shades of Pueblo #74271C
Tints of Pueblo #74271C
RGB
CMYK
RGB Variations
Color information
#74271C (or 0x74271C) is known color: Pueblo. HEX triplet: 74, 27 and 1C. RGB value is (116,39,28). Sum of RGB (Red+Green+Blue) = 116+39+28=183 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.39% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 116 - color contains mainly: red. Hex color #74271C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74271C is #8BD8E3. Grayscale: #3C3C3C. Windows color (decimal): -9165028 or 1845108. OLE color: 1845108.
HSL color Cylindrical-coordinate representation of color #74271C: hue angle of 7.5º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74271C is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 39 | 28 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.55 |
| HSL | 7.5º | 0.61% | 0.28% | - |
| HSV(B) | 7.5º | 0.76% | 0.45% | - |
| XYZ | 8.14 | 5.25 | 1.68 | - |
| YUV | 60.77 | 109.51 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 39 | 28 | 0 | 0.66 | 0.76 | 0.55 | 7.5 | 0.61 | 0.28 |
| Hex | 74 | 27 | 1C | 0 | 42 | 4C | 37 | 8 | 3D | 1C |
| Octal | 164 | 47 | 34 | 0 | 102 | 114 | 67 | 10 | 75 | 34 |
| Binary | 1110100 | 100111 | 11100 | 0 | 1000010 | 1001100 | 110111 | 1000 | 111101 | 11100 |
Color Harmonies of #74271C
Complementary color
Monochromatic Colors of #74271C
Black with #74271C
Text Example
Text Example
White with #74271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74271C; }
p { color: rgb(116,39,28); }
H1.HeaderClassName
{
color: #74271C;
}
.AnyTagClassName
{
color: #74271C;
}
</style>
background-color css
<style>
a { background-color: #74271C; }
a { background-color: rgb(116,39,28); }
div.DivClassName
{
background-color: #74271C;
}
.BgClassName
{
background-color: #74271C;
}
</style>
border-color css
<style>
span { border-color: #74271C; }
span { border-color: rgb(116,39,28); }
td.TdClassName
{
border-color: #74271C;
}
.TagClassName
{
border-color: #74271C;
}
</style>