Html Css Color HEX #891D36 Shiraz

📋 copy color: '#891D36'

red 137 ◦ green 29 ◦ blue 54

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

Shades of Shiraz #891D36

Tints of Shiraz #891D36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 24.55%

R = 62.27%
G = 13.18%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#891D36 (or 0x891D36) is known color: Shiraz. HEX triplet: 89, 1D and 36. RGB value is (137,29,54). Sum of RGB (Red+Green+Blue) = 137+29+54=220 (29% of max value = 765). Red value is 137 (53.91% from 255 or 62.27% from 220); Green value is 29 (11.72% from 255 or 13.18% from 220); Blue value is 54 (21.48% from 255 or 24.55% from 220); Max value from RGB is 137 - color contains mainly: red. Hex color #891D36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #891D36 is #76E2C9. Grayscale: #404040. Windows color (decimal): -7791306 or 3546505. OLE color: 3546505.

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

Color convert

RGB 137 29 54 -
CMYK 0 0.79 0.61 0.46
HSL 346.11º 0.65% 0.33% -
HSV(B) 346.11º 0.79% 0.54% -
XYZ 11.42 6.46 4.14 -
YUV 64.14 122.28 179.97 -
System Red Green Blue C M Y K H S L
Decimal 137 29 54 0 0.79 0.61 0.46 346.11 0.65 0.33
Hex 89 1D 36 0 4F 3D 2E 15A 41 21
Octal 211 35 66 0 117 75 56 532 101 41
Binary 10001001 11101 110110 0 1001111 111101 101110 101011010 1000001 100001

Color Harmonies of #891D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891D36

Black with #891D36

Text Example


Text Example

White with #891D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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