#713121

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

Shades of Pueblo #713121

Tints of Pueblo #713121

Color information

#713121 (or 0x713121) is unknown color: approx Pueblo. HEX triplet: 71, 31 and 21. RGB value is (113,49,33). Sum of RGB (Red+Green+Blue) = 113+49+33=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #713121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713121 is #8ECEDE. Grayscale: #424242. Windows color (decimal): -9359071 or 2175345. OLE color: 2175345.

HSL color Cylindrical-coordinate representation of color #713121: hue angle of 12º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #713121 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB1134933-
CMYK00.570.710.56
HSL12º54.79%28.63%-
HSV(B)12º70.8%44.31%-
XYZ8.185.822.13-
YUV66.31109.2161.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.95%
GREEN value IS 49 (19.53% from 255) = 25.13%
BLUE value IS 33 (13.28% from 255) = 16.92%
R=57.95%
G=25.13%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113493300.570.710.561254.7928.63
Hex7131210394738c371d
Octal161614107110770146735
Binary111000111000110000101110011000111111000110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713121; }

 p { color: rgb(113,49,33); }

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

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

 a { background-color: rgb(113,49,33); }

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

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

 span { border-color: rgb(113,49,33); }

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