Html Css Color HEX #891D32 Shiraz

📋 copy color: '#891D32'

red 137 ◦ green 29 ◦ blue 50

#891D32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shiraz #891D32

Tints of Shiraz #891D32

RGB

 RED value IS 137 (53.91% from 255) = 63.43%

 GREEN value IS 29 (11.72% from 255) = 13.43%

 BLUE value IS 50 (19.92% from 255) = 23.15%

R = 63.43%
G = 13.43%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#891D32 (or 0x891D32) is known color: Shiraz. HEX triplet: 89, 1D and 32. RGB value is (137,29,50). Sum of RGB (Red+Green+Blue) = 137+29+50=216 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.43% from 216); Green value is 29 (11.72% from 255 or 13.43% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 137 - color contains mainly: red. Hex color #891D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #891D32 is #76E2CD. Grayscale: #3F3F3F. Windows color (decimal): -7791310 or 3284361. OLE color: 3284361.

HSL color Cylindrical-coordinate representation of color #891D32: hue angle of 348.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 #891D32 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 29 50 -
CMYK 0 0.79 0.64 0.46
HSL 348.33º 0.65% 0.33% -
HSV(B) 348.33º 0.79% 0.54% -
XYZ 11.33 6.43 3.66 -
YUV 63.69 120.28 180.29 -
System Red Green Blue C M Y K H S L
Decimal 137 29 50 0 0.79 0.64 0.46 348.33 0.65 0.33
Hex 89 1D 32 0 4F 40 2E 15C 41 21
Octal 211 35 62 0 117 100 56 534 101 41
Binary 10001001 11101 110010 0 1001111 1000000 101110 101011100 1000001 100001

Color Harmonies of #891D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891D32

Black with #891D32

Text Example


Text Example

White with #891D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #891D32;
 }
 .AnyTagClassName
 {
   color: #891D32;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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