#71261A

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

Shades of Pueblo #71261A

Tints of Pueblo #71261A

Color information

#71261A (or 0x71261A) is unknown color: approx Pueblo. HEX triplet: 71, 26 and 1A. RGB value is (113,38,26). Sum of RGB (Red+Green+Blue) = 113+38+26=177 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.84% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 113 - color contains mainly: red. Hex color #71261A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71261A is #8ED9E5. Grayscale: #3B3B3B. Windows color (decimal): -9361894 or 1713777. OLE color: 1713777.

HSL color Cylindrical-coordinate representation of color #71261A: hue angle of 8.28º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #71261A is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB1133826-
CMYK00.660.770.56
HSL8.28º62.59%27.25%-
HSV(B)8.28º76.99%44.31%-
XYZ7.694.971.53-
YUV59.06109.35166.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 63.84%
GREEN value IS 38 (15.23% from 255) = 21.47%
BLUE value IS 26 (10.55% from 255) = 14.69%
R=63.84%
G=21.47%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113382600.660.770.568.2862.5927.25
Hex71261A0424D3883f1b
Octal1614632010211570107733
Binary111000110011011010010000101001101111000100011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71261A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71261A; }

 p { color: rgb(113,38,26); }

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

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

 a { background-color: rgb(113,38,26); }

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

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

 span { border-color: rgb(113,38,26); }

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