#703125

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

Shades of Pueblo #703125

Tints of Pueblo #703125

Color information

#703125 (or 0x703125) is unknown color: approx Pueblo. HEX triplet: 70, 31 and 25. RGB value is (112,49,37). Sum of RGB (Red+Green+Blue) = 112+49+37=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 37 (14.84% from 255 or 18.69% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #703125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703125 is #8FCEDA. Grayscale: #424242. Windows color (decimal): -9424603 or 2437488. OLE color: 2437488.

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

Color convert

RGB1124937-
CMYK00.560.670.56
HSL9.6º50.34%29.22%-
HSV(B)9.6º66.96%43.92%-
XYZ8.115.772.44-
YUV66.47111.37160.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.57%
GREEN value IS 49 (19.53% from 255) = 24.75%
BLUE value IS 37 (14.84% from 255) = 18.69%
R=56.57%
G=24.75%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112493700.560.670.569.650.3429.22
Hex7031250384338a321d
Octal160614507010370126235
Binary111000011000110010101110001000011111000101011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703125; }

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

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

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

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

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

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

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

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