#71261D

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

Shades of Pueblo #71261D

Tints of Pueblo #71261D

Color information

#71261D (or 0x71261D) is unknown color: approx Pueblo. HEX triplet: 71, 26 and 1D. RGB value is (113,38,29). Sum of RGB (Red+Green+Blue) = 113+38+29=180 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.78% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 113 - color contains mainly: red. Hex color #71261D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71261D is #8ED9E2. Grayscale: #3B3B3B. Windows color (decimal): -9361891 or 1910385. OLE color: 1910385.

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

Color convert

RGB1133829-
CMYK00.660.740.56
HSL6.43º59.15%27.84%-
HSV(B)6.43º74.34%44.31%-
XYZ7.724.991.72-
YUV59.4110.85166.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 62.78%
GREEN value IS 38 (15.23% from 255) = 21.11%
BLUE value IS 29 (11.72% from 255) = 16.11%
R=62.78%
G=21.11%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113382900.660.740.566.4359.1527.84
Hex71261D0424A3863b1c
Octal161463501021127067334
Binary11100011001101110101000010100101011100011011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71261D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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