#73291C

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

Shades of Pueblo #73291C

Tints of Pueblo #73291C

Color information

#73291C (or 0x73291C) is unknown color: approx Pueblo. HEX triplet: 73, 29 and 1C. RGB value is (115,41,28). Sum of RGB (Red+Green+Blue) = 115+41+28=184 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.5% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 28 (11.33% from 255 or 15.22% from 184); Max value from RGB is 115 - color contains mainly: red. Hex color #73291C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73291C is #8CD6E3. Grayscale: #3D3D3D. Windows color (decimal): -9230052 or 1845619. OLE color: 1845619.

HSL color Cylindrical-coordinate representation of color #73291C: hue angle of 8.97º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #73291C is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB1154128-
CMYK00.640.760.55
HSL8.97º60.84%28.04%-
HSV(B)8.97º75.65%45.1%-
XYZ8.075.311.7-
YUV61.64109.02166.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 62.5%
GREEN value IS 41 (16.41% from 255) = 22.28%
BLUE value IS 28 (11.33% from 255) = 15.22%
R=62.5%
G=22.28%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115412800.640.760.558.9760.8428.04
Hex73291C0404C3793d1c
Octal1635134010011467117534
Binary111001110100111100010000001001100110111100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73291C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,41,28); }

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

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

 a { background-color: rgb(115,41,28); }

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

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

 span { border-color: rgb(115,41,28); }

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