Shades of Pueblo #74281E
Tints of Pueblo #74281E
RGB
CMYK
RGB Variations
Color information
#74281E (or 0x74281E) is known color: Pueblo. HEX triplet: 74, 28 and 1E. RGB value is (116,40,30). Sum of RGB (Red+Green+Blue) = 116+40+30=186 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.37% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 30 (12.11% from 255 or 16.13% from 186); Max value from RGB is 116 - color contains mainly: red. Hex color #74281E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74281E is #8BD7E1. Grayscale: #3D3D3D. Windows color (decimal): -9164770 or 1976436. OLE color: 1976436.
HSL color Cylindrical-coordinate representation of color #74281E: hue angle of 6.98º 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 #74281E is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 40 | 30 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.55 |
| HSL | 6.98º | 0.59% | 0.29% | - |
| HSV(B) | 6.98º | 0.74% | 0.45% | - |
| XYZ | 8.2 | 5.32 | 1.82 | - |
| YUV | 61.58 | 110.18 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 40 | 30 | 0 | 0.66 | 0.74 | 0.55 | 6.98 | 0.59 | 0.29 |
| Hex | 74 | 28 | 1E | 0 | 42 | 4A | 37 | 7 | 3B | 1D |
| Octal | 164 | 50 | 36 | 0 | 102 | 112 | 67 | 7 | 73 | 35 |
| Binary | 1110100 | 101000 | 11110 | 0 | 1000010 | 1001010 | 110111 | 111 | 111011 | 11101 |
Color Harmonies of #74281E
Complementary color
Monochromatic Colors of #74281E
Black with #74281E
Text Example
Text Example
White with #74281E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74281E; }
p { color: rgb(116,40,30); }
H1.HeaderClassName
{
color: #74281E;
}
.AnyTagClassName
{
color: #74281E;
}
</style>
background-color css
<style>
a { background-color: #74281E; }
a { background-color: rgb(116,40,30); }
div.DivClassName
{
background-color: #74281E;
}
.BgClassName
{
background-color: #74281E;
}
</style>
border-color css
<style>
span { border-color: #74281E; }
span { border-color: rgb(116,40,30); }
td.TdClassName
{
border-color: #74281E;
}
.TagClassName
{
border-color: #74281E;
}
</style>