Shades of Pueblo #74261C
Tints of Pueblo #74261C
RGB
CMYK
RGB Variations
Color information
#74261C (or 0x74261C) is known color: Pueblo. HEX triplet: 74, 26 and 1C. RGB value is (116,38,28). Sum of RGB (Red+Green+Blue) = 116+38+28=182 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.74% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 28 (11.33% from 255 or 15.38% from 182); Max value from RGB is 116 - color contains mainly: red. Hex color #74261C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74261C is #8BD9E3. Grayscale: #3C3C3C. Windows color (decimal): -9165284 or 1844852. OLE color: 1844852.
HSL color Cylindrical-coordinate representation of color #74261C: hue angle of 6.82º 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 #74261C is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 38 | 28 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.55 |
| HSL | 6.82º | 0.61% | 0.28% | - |
| HSV(B) | 6.82º | 0.76% | 0.45% | - |
| XYZ | 8.11 | 5.18 | 1.67 | - |
| YUV | 60.18 | 109.84 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 38 | 28 | 0 | 0.67 | 0.76 | 0.55 | 6.82 | 0.61 | 0.28 |
| Hex | 74 | 26 | 1C | 0 | 43 | 4C | 37 | 7 | 3D | 1C |
| Octal | 164 | 46 | 34 | 0 | 103 | 114 | 67 | 7 | 75 | 34 |
| Binary | 1110100 | 100110 | 11100 | 0 | 1000011 | 1001100 | 110111 | 111 | 111101 | 11100 |
Color Harmonies of #74261C
Complementary color
Monochromatic Colors of #74261C
Black with #74261C
Text Example
Text Example
White with #74261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74261C; }
p { color: rgb(116,38,28); }
H1.HeaderClassName
{
color: #74261C;
}
.AnyTagClassName
{
color: #74261C;
}
</style>
background-color css
<style>
a { background-color: #74261C; }
a { background-color: rgb(116,38,28); }
div.DivClassName
{
background-color: #74261C;
}
.BgClassName
{
background-color: #74261C;
}
</style>
border-color css
<style>
span { border-color: #74261C; }
span { border-color: rgb(116,38,28); }
td.TdClassName
{
border-color: #74261C;
}
.TagClassName
{
border-color: #74261C;
}
</style>