#71281D

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

Shades of Pueblo #71281D

Tints of Pueblo #71281D

Color information

#71281D (or 0x71281D) is unknown color: approx Pueblo. HEX triplet: 71, 28 and 1D. RGB value is (113,40,29). Sum of RGB (Red+Green+Blue) = 113+40+29=182 (24% of max value = 765). Red value is 113 (44.53% from 255 or 62.09% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 113 - color contains mainly: red. Hex color #71281D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71281D is #8ED7E2. Grayscale: #3C3C3C. Windows color (decimal): -9361379 or 1910897. OLE color: 1910897.

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

Color convert

RGB1134029-
CMYK00.650.740.56
HSL7.86º59.15%27.84%-
HSV(B)7.86º74.34%44.31%-
XYZ7.795.121.74-
YUV60.57110.18165.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 62.09%
GREEN value IS 40 (16.02% from 255) = 21.98%
BLUE value IS 29 (11.72% from 255) = 15.93%
R=62.09%
G=21.98%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113402900.650.740.567.8659.1527.84
Hex71281D0414A3883b1c
Octal1615035010111270107334
Binary111000110100011101010000011001010111000100011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71281D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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