#71301D

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

Shades of Pueblo #71301D

Tints of Pueblo #71301D

Color information

#71301D (or 0x71301D) is unknown color: approx Pueblo. HEX triplet: 71, 30 and 1D. RGB value is (113,48,29). Sum of RGB (Red+Green+Blue) = 113+48+29=190 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.47% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 113 - color contains mainly: red. Hex color #71301D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71301D is #8ECFE2. Grayscale: #414141. Windows color (decimal): -9359331 or 1912945. OLE color: 1912945.

HSL color Cylindrical-coordinate representation of color #71301D: hue angle of 13.57º 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 #71301D is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB1134829-
CMYK00.580.740.56
HSL13.57º59.15%27.84%-
HSV(B)13.57º74.34%44.31%-
XYZ8.095.711.84-
YUV65.27107.53162.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 59.47%
GREEN value IS 48 (19.14% from 255) = 25.26%
BLUE value IS 29 (11.72% from 255) = 15.26%
R=59.47%
G=25.26%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113482900.580.740.5613.5759.1527.84
Hex71301D03A4A38e3b1c
Octal161603507211270167334
Binary11100011100001110101110101001010111000111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71301D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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