#73311B

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

Shades of Pueblo #73311B

Tints of Pueblo #73311B

Color information

#73311B (or 0x73311B) is unknown color: approx Pueblo. HEX triplet: 73, 31 and 1B. RGB value is (115,49,27). Sum of RGB (Red+Green+Blue) = 115+49+27=191 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.21% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 115 - color contains mainly: red. Hex color #73311B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73311B is #8CCEE4. Grayscale: #424242. Windows color (decimal): -9228005 or 1782131. OLE color: 1782131.

HSL color Cylindrical-coordinate representation of color #73311B: hue angle of 15º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73311B is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1154927-
CMYK00.570.770.55
HSL15º61.97%27.84%-
HSV(B)15º76.52%45.1%-
XYZ8.375.921.74-
YUV66.23105.87162.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 60.21%
GREEN value IS 49 (19.53% from 255) = 25.65%
BLUE value IS 27 (10.94% from 255) = 14.14%
R=60.21%
G=25.65%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115492700.570.770.551561.9727.84
Hex73311B0394D37f3e1c
Octal163613307111567177634
Binary11100111100011101101110011001101110111111111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73311B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73311B; }

 p { color: rgb(115,49,27); }

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

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

 a { background-color: rgb(115,49,27); }

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

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

 span { border-color: rgb(115,49,27); }

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