#703229

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

Shades of Pueblo #703229

Tints of Pueblo #703229

Color information

#703229 (or 0x703229) is unknown color: approx Pueblo. HEX triplet: 70, 32 and 29. RGB value is (112,50,41). Sum of RGB (Red+Green+Blue) = 112+50+41=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 41 (16.41% from 255 or 20.20% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #703229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703229 is #8FCDD6. Grayscale: #434343. Windows color (decimal): -9424343 or 2699888. OLE color: 2699888.

HSL color Cylindrical-coordinate representation of color #703229: hue angle of 7.61º 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 #703229 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB1125041-
CMYK00.550.630.56
HSL7.61º46.41%30%-
HSV(B)7.61º63.39%43.92%-
XYZ8.225.892.8-
YUV67.51113.04159.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.17%
GREEN value IS 50 (19.92% from 255) = 24.63%
BLUE value IS 41 (16.41% from 255) = 20.20%
R=55.17%
G=24.63%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112504100.550.630.567.6146.4130
Hex7032290373F3882e1e
Octal16062510677770105636
Binary11100001100101010010110111111111111000100010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703229; }

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

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

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

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

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

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

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

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