#703329

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

Shades of Pueblo #703329

Tints of Pueblo #703329

Color information

#703329 (or 0x703329) is unknown color: approx Pueblo. HEX triplet: 70, 33 and 29. RGB value is (112,51,41). Sum of RGB (Red+Green+Blue) = 112+51+41=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 41 (16.41% from 255 or 20.10% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #703329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703329 is #8FCCD6. Grayscale: #444444. Windows color (decimal): -9424087 or 2700144. OLE color: 2700144.

HSL color Cylindrical-coordinate representation of color #703329: hue angle of 8.45º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #703329 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB1125141-
CMYK00.540.630.56
HSL8.45º46.41%30%-
HSV(B)8.45º63.39%43.92%-
XYZ8.275.972.81-
YUV68.1112.71159.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.90%
GREEN value IS 51 (20.31% from 255) = 25%
BLUE value IS 41 (16.41% from 255) = 20.10%
R=54.90%
G=25%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112514100.540.630.568.4546.4130
Hex7033290363F3882e1e
Octal16063510667770105636
Binary11100001100111010010110110111111111000100010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703329; }

 p { color: rgb(112,51,41); }

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

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

 a { background-color: rgb(112,51,41); }

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

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

 span { border-color: rgb(112,51,41); }

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