#70260E

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

Shades of Pueblo #70260E

Tints of Pueblo #70260E

Color information

#70260E (or 0x70260E) is unknown color: approx Pueblo. HEX triplet: 70, 26 and 0E. RGB value is (112,38,14). Sum of RGB (Red+Green+Blue) = 112+38+14=164 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.29% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 14 (5.86% from 255 or 8.54% from 164); Max value from RGB is 112 - color contains mainly: red. Hex color #70260E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70260E is #8FD9F1. Grayscale: #393939. Windows color (decimal): -9427442 or 927344. OLE color: 927344.

HSL color Cylindrical-coordinate representation of color #70260E: hue angle of 14.69º degrees, saturation: 0.78, 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 #70260E is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB1123814-
CMYK00.660.880.56
HSL14.69º77.78%24.71%-
HSV(B)14.69º87.5%43.92%-
XYZ7.454.860.96-
YUV57.39103.52166.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 68.29%
GREEN value IS 38 (15.23% from 255) = 23.17%
BLUE value IS 14 (5.86% from 255) = 8.54%
R=68.29%
G=23.17%
B=8.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112381400.660.880.5614.6977.7824.71
Hex7026E0425838f4e19
Octal16046160102130701711631
Binary111000010011011100100001010110001110001111100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70260E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70260E; }

 p { color: rgb(112,38,14); }

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

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

 a { background-color: rgb(112,38,14); }

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

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

 span { border-color: rgb(112,38,14); }

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