#70251C

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

Shades of Pueblo #70251C

Tints of Pueblo #70251C

Color information

#70251C (or 0x70251C) is unknown color: approx Pueblo. HEX triplet: 70, 25 and 1C. RGB value is (112,37,28). Sum of RGB (Red+Green+Blue) = 112+37+28=177 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.28% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 112 - color contains mainly: red. Hex color #70251C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70251C is #8FDAE3. Grayscale: #3A3A3A. Windows color (decimal): -9427684 or 1844592. OLE color: 1844592.

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

Color convert

RGB1123728-
CMYK00.670.750.56
HSL6.43º60%27.45%-
HSV(B)6.43º75%43.92%-
XYZ7.554.851.64-
YUV58.4110.85166.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 63.28%
GREEN value IS 37 (14.84% from 255) = 20.90%
BLUE value IS 28 (11.33% from 255) = 15.82%
R=63.28%
G=20.90%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112372800.670.750.566.436027.45
Hex70251C0434B3863c1b
Octal160453401031137067433
Binary11100001001011110001000011100101111100011011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70251C; }

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

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

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

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

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

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

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

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