#71271C

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

Shades of Pueblo #71271C

Tints of Pueblo #71271C

Color information

#71271C (or 0x71271C) is unknown color: approx Pueblo. HEX triplet: 71, 27 and 1C. RGB value is (113,39,28). Sum of RGB (Red+Green+Blue) = 113+39+28=180 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.78% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 113 - color contains mainly: red. Hex color #71271C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71271C is #8ED8E3. Grayscale: #3B3B3B. Windows color (decimal): -9361636 or 1845105. OLE color: 1845105.

HSL color Cylindrical-coordinate representation of color #71271C: hue angle of 7.76º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #71271C is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB1133928-
CMYK00.650.750.56
HSL7.76º60.28%27.65%-
HSV(B)7.76º75.22%44.31%-
XYZ7.755.051.66-
YUV59.87110.02165.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 62.78%
GREEN value IS 39 (15.62% from 255) = 21.67%
BLUE value IS 28 (11.33% from 255) = 15.56%
R=62.78%
G=21.67%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113392800.650.750.567.7660.2827.65
Hex71271C0414B3883c1c
Octal1614734010111370107434
Binary111000110011111100010000011001011111000100011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71271C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71271C; }

 p { color: rgb(113,39,28); }

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

<style>
 a { background-color: #71271C; }

 a { background-color: rgb(113,39,28); }

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

<style>
 span { border-color: #71271C; }

 span { border-color: rgb(113,39,28); }

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