#73291D

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

Shades of Pueblo #73291D

Tints of Pueblo #73291D

Color information

#73291D (or 0x73291D) is unknown color: approx Pueblo. HEX triplet: 73, 29 and 1D. RGB value is (115,41,29). Sum of RGB (Red+Green+Blue) = 115+41+29=185 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.16% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 29 (11.72% from 255 or 15.68% from 185); Max value from RGB is 115 - color contains mainly: red. Hex color #73291D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73291D is #8CD6E2. Grayscale: #3D3D3D. Windows color (decimal): -9230051 or 1911155. OLE color: 1911155.

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

Color convert

RGB1154129-
CMYK00.640.750.55
HSL8.37º59.72%28.24%-
HSV(B)8.37º74.78%45.1%-
XYZ8.085.321.76-
YUV61.76109.52165.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 62.16%
GREEN value IS 41 (16.41% from 255) = 22.16%
BLUE value IS 29 (11.72% from 255) = 15.68%
R=62.16%
G=22.16%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115412900.640.750.558.3759.7228.24
Hex73291D0404B3783c1c
Octal1635135010011367107434
Binary111001110100111101010000001001011110111100011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73291D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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