#73261B

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

Shades of Pueblo #73261B

Tints of Pueblo #73261B

Color information

#73261B (or 0x73261B) is unknown color: approx Pueblo. HEX triplet: 73, 26 and 1B. RGB value is (115,38,27). Sum of RGB (Red+Green+Blue) = 115+38+27=180 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.89% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 27 (10.94% from 255 or 15% from 180); Max value from RGB is 115 - color contains mainly: red. Hex color #73261B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73261B is #8CD9E4. Grayscale: #3B3B3B. Windows color (decimal): -9230821 or 1779315. OLE color: 1779315.

HSL color Cylindrical-coordinate representation of color #73261B: hue angle of 7.5º 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 #73261B is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1153827-
CMYK00.670.770.55
HSL7.5º61.97%27.84%-
HSV(B)7.5º76.52%45.1%-
XYZ7.965.111.6-
YUV59.77109.51167.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 63.89%
GREEN value IS 38 (15.23% from 255) = 21.11%
BLUE value IS 27 (10.94% from 255) = 15%
R=63.89%
G=21.11%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115382700.670.770.557.561.9727.84
Hex73261B0434D3783e1c
Octal1634633010311567107634
Binary111001110011011011010000111001101110111100011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73261B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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