#70250D

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

Shades of Pueblo #70250D

Tints of Pueblo #70250D

Color information

#70250D (or 0x70250D) is unknown color: approx Pueblo. HEX triplet: 70, 25 and 0D. RGB value is (112,37,13). Sum of RGB (Red+Green+Blue) = 112+37+13=162 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.14% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 112 - color contains mainly: red. Hex color #70250D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70250D is #8FDAF2. Grayscale: #383838. Windows color (decimal): -9427699 or 861552. OLE color: 861552.

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

Color convert

RGB1123713-
CMYK00.670.880.56
HSL14.55º79.2%24.51%-
HSV(B)14.55º88.39%43.92%-
XYZ7.424.80.92-
YUV56.69103.35167.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 69.14%
GREEN value IS 37 (14.84% from 255) = 22.84%
BLUE value IS 13 (5.47% from 255) = 8.02%
R=69.14%
G=22.84%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112371300.670.880.5614.5579.224.51
Hex7025D0435838f4f19
Octal16045150103130701711731
Binary111000010010111010100001110110001110001111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70250D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70250D; }

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

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

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

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

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

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

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

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