#703127

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

Shades of Pueblo #703127

Tints of Pueblo #703127

Color information

#703127 (or 0x703127) is unknown color: approx Pueblo. HEX triplet: 70, 31 and 27. RGB value is (112,49,39). Sum of RGB (Red+Green+Blue) = 112+49+39=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 39 (15.62% from 255 or 19.5% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #703127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703127 is #8FCED8. Grayscale: #424242. Windows color (decimal): -9424601 or 2568560. OLE color: 2568560.

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

Color convert

RGB1124939-
CMYK00.560.650.56
HSL8.22º48.34%29.61%-
HSV(B)8.22º65.18%43.92%-
XYZ8.155.792.61-
YUV66.7112.37160.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56%
GREEN value IS 49 (19.53% from 255) = 24.5%
BLUE value IS 39 (15.62% from 255) = 19.5%
R=56%
G=24.5%
B=19.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112493900.560.650.568.2248.3429.61
Hex70312703841388301e
Octal160614707010170106036
Binary111000011000110011101110001000001111000100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703127; }

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

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

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

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

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

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

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

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