#73271A

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

Shades of Pueblo #73271A

Tints of Pueblo #73271A

Color information

#73271A (or 0x73271A) is unknown color: approx Pueblo. HEX triplet: 73, 27 and 1A. RGB value is (115,39,26). Sum of RGB (Red+Green+Blue) = 115+39+26=180 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.89% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 26 (10.55% from 255 or 14.44% from 180); Max value from RGB is 115 - color contains mainly: red. Hex color #73271A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73271A is #8CD8E5. Grayscale: #3C3C3C. Windows color (decimal): -9230566 or 1714035. OLE color: 1714035.

HSL color Cylindrical-coordinate representation of color #73271A: hue angle of 8.76º degrees, saturation: 0.63, 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 #73271A is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1153926-
CMYK00.660.770.55
HSL8.76º63.12%27.65%-
HSV(B)8.76º77.39%45.1%-
XYZ7.985.171.55-
YUV60.24108.68167.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 63.89%
GREEN value IS 39 (15.62% from 255) = 21.67%
BLUE value IS 26 (10.55% from 255) = 14.44%
R=63.89%
G=21.67%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115392600.660.770.558.7663.1227.65
Hex73271A0424D3793f1c
Octal1634732010211567117734
Binary111001110011111010010000101001101110111100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73271A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73271A; }

 p { color: rgb(115,39,26); }

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

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

 a { background-color: rgb(115,39,26); }

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

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

 span { border-color: rgb(115,39,26); }

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