#742A21

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

Shades of Pueblo #742A21

Tints of Pueblo #742A21

Color information

#742A21 (or 0x742A21) is unknown color: approx Pueblo. HEX triplet: 74, 2A and 21. RGB value is (116,42,33). Sum of RGB (Red+Green+Blue) = 116+42+33=191 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.73% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 33 (13.28% from 255 or 17.28% from 191); Max value from RGB is 116 - color contains mainly: red. Hex color #742A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742A21 is #8BD5DE. Grayscale: #3F3F3F. Windows color (decimal): -9164255 or 2173556. OLE color: 2173556.

HSL color Cylindrical-coordinate representation of color #742A21: hue angle of 6.51º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #742A21 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB1164233-
CMYK00.640.720.55
HSL6.51º55.7%29.22%-
HSV(B)6.51º71.55%45.49%-
XYZ8.35.482.06-
YUV63.1111.02165.73-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 60.73%
GREEN value IS 42 (16.80% from 255) = 21.99%
BLUE value IS 33 (13.28% from 255) = 17.28%
R=60.73%
G=21.99%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116423300.640.720.556.5155.729.22
Hex742A2104048377381d
Octal164524101001106777035
Binary111010010101010000101000000100100011011111111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742A21; }

 p { color: rgb(116,42,33); }

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

<style>
 a { background-color: #742A21; }

 a { background-color: rgb(116,42,33); }

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

<style>
 span { border-color: #742A21; }

 span { border-color: rgb(116,42,33); }

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