#74281F

Color #74281F Pueblo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pueblo #74281F

Tints of Pueblo #74281F

Color information

#74281F (or 0x74281F) is unknown color: approx Pueblo. HEX triplet: 74, 28 and 1F. RGB value is (116,40,31). Sum of RGB (Red+Green+Blue) = 116+40+31=187 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.03% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 116 - color contains mainly: red. Hex color #74281F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74281F is #8BD7E0. Grayscale: #3D3D3D. Windows color (decimal): -9164769 or 2041972. OLE color: 2041972.

HSL color Cylindrical-coordinate representation of color #74281F: hue angle of 6.35º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74281F is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB1164031-
CMYK00.660.730.55
HSL6.35º57.82%28.82%-
HSV(B)6.35º73.28%45.49%-
XYZ8.215.331.89-
YUV61.7110.68166.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 62.03%
GREEN value IS 40 (16.02% from 255) = 21.39%
BLUE value IS 31 (12.5% from 255) = 16.58%
R=62.03%
G=21.39%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116403100.660.730.556.3557.8228.82
Hex74281F042493763a1d
Octal164503701021116767235
Binary11101001010001111101000010100100111011111011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74281F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74281F; }

 p { color: rgb(116,40,31); }

 H1.HeaderClassName
 {
   color: #74281F;
 }
 .AnyTagClassName
 {
   color: #74281F;
 }
</style>
background-color css

<style>
 a { background-color: #74281F; }

 a { background-color: rgb(116,40,31); }

 div.DivClassName
 {
   background-color: #74281F;
 }
 .BgClassName
 {
   background-color: #74281F;
 }
</style>
border-color css

<style>
 span { border-color: #74281F; }

 span { border-color: rgb(116,40,31); }

 td.TdClassName
 {
   border-color: #74281F;
 }
 .TagClassName
 {
   border-color: #74281F;
 }
</style>