#891D3B

Color #891D3B Shiraz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shiraz #891D3B

Tints of Shiraz #891D3B

Color information

#891D3B (or 0x891D3B) is unknown color: approx Shiraz. HEX triplet: 89, 1D and 3B. RGB value is (137,29,59). Sum of RGB (Red+Green+Blue) = 137+29+59=225 (29% of max value = 765). Red value is 137 (53.91% from 255 or 60.89% from 225); Green value is 29 (11.72% from 255 or 12.89% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 137 - color contains mainly: red. Hex color #891D3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #891D3B is #76E2C4. Grayscale: #404040. Windows color (decimal): -7791301 or 3874185. OLE color: 3874185.

HSL color Cylindrical-coordinate representation of color #891D3B: hue angle of 343.33º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #891D3B is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.46.

Color convert

RGB1372959-
CMYK00.790.570.46
HSL343.33º65.06%32.55%-
HSV(B)343.33º78.83%53.73%-
XYZ11.556.514.79-
YUV64.71124.78179.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 60.89%
GREEN value IS 29 (11.72% from 255) = 12.89%
BLUE value IS 59 (23.44% from 255) = 26.22%
R=60.89%
G=12.89%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137295900.790.570.46343.3365.0632.55
Hex891D3B04F392E1574121
Octal21135730117715652710141
Binary1000100111101111011010011111110011011101010101111000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891D3B; }

 p { color: rgb(137,29,59); }

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

<style>
 a { background-color: #891D3B; }

 a { background-color: rgb(137,29,59); }

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

<style>
 span { border-color: #891D3B; }

 span { border-color: rgb(137,29,59); }

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