#70250F

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

Shades of Pueblo #70250F

Tints of Pueblo #70250F

Color information

#70250F (or 0x70250F) is unknown color: approx Pueblo. HEX triplet: 70, 25 and 0F. RGB value is (112,37,15). Sum of RGB (Red+Green+Blue) = 112+37+15=164 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.29% from 164); Green value is 37 (14.84% from 255 or 22.56% from 164); Blue value is 15 (6.25% from 255 or 9.15% from 164); Max value from RGB is 112 - color contains mainly: red. Hex color #70250F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70250F is #8FDAF0. Grayscale: #393939. Windows color (decimal): -9427697 or 992624. OLE color: 992624.

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

Color convert

RGB1123715-
CMYK00.670.870.56
HSL13.61º76.38%24.9%-
HSV(B)13.61º86.61%43.92%-
XYZ7.434.80.99-
YUV56.92104.35167.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 68.29%
GREEN value IS 37 (14.84% from 255) = 22.56%
BLUE value IS 15 (6.25% from 255) = 9.15%
R=68.29%
G=22.56%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112371500.670.870.5613.6176.3824.9
Hex7025F0435738e4c19
Octal16045170103127701611431
Binary111000010010111110100001110101111110001110100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70250F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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