Shades of Pueblo #74271E
Tints of Pueblo #74271E
RGB
CMYK
RGB Variations
Color information
#74271E (or 0x74271E) is known color: Pueblo. HEX triplet: 74, 27 and 1E. RGB value is (116,39,30). Sum of RGB (Red+Green+Blue) = 116+39+30=185 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.70% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 30 (12.11% from 255 or 16.22% from 185); Max value from RGB is 116 - color contains mainly: red. Hex color #74271E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74271E is #8BD8E1. Grayscale: #3D3D3D. Windows color (decimal): -9165026 or 1976180. OLE color: 1976180.
HSL color Cylindrical-coordinate representation of color #74271E: hue angle of 6.28º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74271E is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 39 | 30 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.55 |
| HSL | 6.28º | 0.59% | 0.29% | - |
| HSV(B) | 6.28º | 0.74% | 0.45% | - |
| XYZ | 8.16 | 5.26 | 1.81 | - |
| YUV | 61 | 110.51 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 39 | 30 | 0 | 0.66 | 0.74 | 0.55 | 6.28 | 0.59 | 0.29 |
| Hex | 74 | 27 | 1E | 0 | 42 | 4A | 37 | 6 | 3B | 1D |
| Octal | 164 | 47 | 36 | 0 | 102 | 112 | 67 | 6 | 73 | 35 |
| Binary | 1110100 | 100111 | 11110 | 0 | 1000010 | 1001010 | 110111 | 110 | 111011 | 11101 |
Color Harmonies of #74271E
Complementary color
Monochromatic Colors of #74271E
Black with #74271E
Text Example
Text Example
White with #74271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74271E; }
p { color: rgb(116,39,30); }
H1.HeaderClassName
{
color: #74271E;
}
.AnyTagClassName
{
color: #74271E;
}
</style>
background-color css
<style>
a { background-color: #74271E; }
a { background-color: rgb(116,39,30); }
div.DivClassName
{
background-color: #74271E;
}
.BgClassName
{
background-color: #74271E;
}
</style>
border-color css
<style>
span { border-color: #74271E; }
span { border-color: rgb(116,39,30); }
td.TdClassName
{
border-color: #74271E;
}
.TagClassName
{
border-color: #74271E;
}
</style>