#71241A

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

Shades of Pueblo #71241A

Tints of Pueblo #71241A

Color information

#71241A (or 0x71241A) is unknown color: approx Pueblo. HEX triplet: 71, 24 and 1A. RGB value is (113,36,26). Sum of RGB (Red+Green+Blue) = 113+36+26=175 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.57% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 113 - color contains mainly: red. Hex color #71241A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71241A is #8EDBE5. Grayscale: #3A3A3A. Windows color (decimal): -9362406 or 1713265. OLE color: 1713265.

HSL color Cylindrical-coordinate representation of color #71241A: hue angle of 6.9º 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 #71241A is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB1133626-
CMYK00.680.770.56
HSL6.9º62.59%27.25%-
HSV(B)6.9º76.99%44.31%-
XYZ7.634.851.51-
YUV57.88110.01167.31-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 64.57%
GREEN value IS 36 (14.45% from 255) = 20.57%
BLUE value IS 26 (10.55% from 255) = 14.86%
R=64.57%
G=20.57%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113362600.680.770.566.962.5927.25
Hex71241A0444D3873f1b
Octal161443201041157077733
Binary11100011001001101001000100100110111100011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71241A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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