#74271B

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

Shades of Pueblo #74271B

Tints of Pueblo #74271B

Color information

#74271B (or 0x74271B) is unknown color: approx Pueblo. HEX triplet: 74, 27 and 1B. RGB value is (116,39,27). Sum of RGB (Red+Green+Blue) = 116+39+27=182 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.74% from 182); Green value is 39 (15.62% from 255 or 21.43% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 116 - color contains mainly: red. Hex color #74271B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74271B is #8BD8E4. Grayscale: #3C3C3C. Windows color (decimal): -9165029 or 1779572. OLE color: 1779572.

HSL color Cylindrical-coordinate representation of color #74271B: hue angle of 8.09º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #74271B is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1163927-
CMYK00.660.770.55
HSL8.09º62.24%28.04%-
HSV(B)8.09º76.72%45.49%-
XYZ8.135.241.62-
YUV60.66109.01167.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 63.74%
GREEN value IS 39 (15.62% from 255) = 21.43%
BLUE value IS 27 (10.94% from 255) = 14.84%
R=63.74%
G=21.43%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116392700.660.770.558.0962.2428.04
Hex74271B0424D3783e1c
Octal1644733010211567107634
Binary111010010011111011010000101001101110111100011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74271B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74271B; }

 p { color: rgb(116,39,27); }

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

<style>
 a { background-color: #74271B; }

 a { background-color: rgb(116,39,27); }

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

<style>
 span { border-color: #74271B; }

 span { border-color: rgb(116,39,27); }

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