#742C1D

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

Shades of Pueblo #742C1D

Tints of Pueblo #742C1D

Color information

#742C1D (or 0x742C1D) is unknown color: approx Pueblo. HEX triplet: 74, 2C and 1D. RGB value is (116,44,29). Sum of RGB (Red+Green+Blue) = 116+44+29=189 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.38% from 189); Green value is 44 (17.58% from 255 or 23.28% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 116 - color contains mainly: red. Hex color #742C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742C1D is #8BD3E2. Grayscale: #3F3F3F. Windows color (decimal): -9163747 or 1911924. OLE color: 1911924.

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

Color convert

RGB1164429-
CMYK00.620.750.55
HSL10.34º60%28.43%-
HSV(B)10.34º75%45.49%-
XYZ8.325.61.81-
YUV63.82108.35165.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 61.38%
GREEN value IS 44 (17.58% from 255) = 23.28%
BLUE value IS 29 (11.72% from 255) = 15.34%
R=61.38%
G=23.28%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116442900.620.750.5510.346028.43
Hex742C1D03E4B37a3c1c
Octal164543507611367127434
Binary11101001011001110101111101001011110111101011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,44,29); }

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

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

 a { background-color: rgb(116,44,29); }

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

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

 span { border-color: rgb(116,44,29); }

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