#703124

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

Shades of Pueblo #703124

Tints of Pueblo #703124

Color information

#703124 (or 0x703124) is unknown color: approx Pueblo. HEX triplet: 70, 31 and 24. RGB value is (112,49,36). Sum of RGB (Red+Green+Blue) = 112+49+36=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 36 (14.45% from 255 or 18.27% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #703124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703124 is #8FCEDB. Grayscale: #424242. Windows color (decimal): -9424604 or 2371952. OLE color: 2371952.

HSL color Cylindrical-coordinate representation of color #703124: hue angle of 10.26º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #703124 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB1124936-
CMYK00.560.680.56
HSL10.26º51.35%29.02%-
HSV(B)10.26º67.86%43.92%-
XYZ8.15.772.36-
YUV66.36110.87160.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.85%
GREEN value IS 49 (19.53% from 255) = 24.87%
BLUE value IS 36 (14.45% from 255) = 18.27%
R=56.85%
G=24.87%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112493600.560.680.5610.2651.3529.02
Hex7031240384438a331d
Octal160614407010470126335
Binary111000011000110010001110001000100111000101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703124; }

 p { color: rgb(112,49,36); }

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

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

 a { background-color: rgb(112,49,36); }

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

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

 span { border-color: rgb(112,49,36); }

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