#703027

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

Shades of Pueblo #703027

Tints of Pueblo #703027

Color information

#703027 (or 0x703027) is unknown color: approx Pueblo. HEX triplet: 70, 30 and 27. RGB value is (112,48,39). Sum of RGB (Red+Green+Blue) = 112+48+39=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 39 (15.62% from 255 or 19.60% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #703027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703027 is #8FCFD8. Grayscale: #424242. Windows color (decimal): -9424857 or 2568304. OLE color: 2568304.

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

Color convert

RGB1124839-
CMYK00.570.650.56
HSL7.4º48.34%29.61%-
HSV(B)7.4º65.18%43.92%-
XYZ8.115.712.59-
YUV66.11112.7160.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.28%
GREEN value IS 48 (19.14% from 255) = 24.12%
BLUE value IS 39 (15.62% from 255) = 19.60%
R=56.28%
G=24.12%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112483900.570.650.567.448.3429.61
Hex70302703941387301e
Octal16060470711017076036
Binary11100001100001001110111001100000111100011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703027; }

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

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

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

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

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

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

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

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