Html Css Color HEX #891937 Shiraz

📋 copy color: '#891937'

red 137 ◦ green 25 ◦ blue 55

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

Shades of Shiraz #891937

Tints of Shiraz #891937

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.52%

 BLUE value IS 55 (21.88% from 255) = 25.35%

R = 63.13%
G = 11.52%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.46

RGB Variations

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

Color information

#891937 (or 0x891937) is known color: Shiraz. HEX triplet: 89, 19 and 37. RGB value is (137,25,55). Sum of RGB (Red+Green+Blue) = 137+25+55=217 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.13% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 55 (21.88% from 255 or 25.35% from 217); Max value from RGB is 137 - color contains mainly: red. Hex color #891937 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891937 is #76E6C8. Grayscale: #3D3D3D. Windows color (decimal): -7792329 or 3611017. OLE color: 3611017.

HSL color Cylindrical-coordinate representation of color #891937: hue angle of 343.93º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #891937 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 25 55 -
CMYK 0 0.82 0.60 0.46
HSL 343.93º 0.69% 0.32% -
HSV(B) 343.93º 0.82% 0.54% -
XYZ 11.35 6.29 4.23 -
YUV 61.91 124.11 181.56 -
System Red Green Blue C M Y K H S L
Decimal 137 25 55 0 0.82 0.60 0.46 343.93 0.69 0.32
Hex 89 19 37 0 52 3C 2E 158 45 20
Octal 211 31 67 0 122 74 56 530 105 40
Binary 10001001 11001 110111 0 1010010 111100 101110 101011000 1000101 100000

Color Harmonies of #891937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891937

Black with #891937

Text Example


Text Example

White with #891937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891937; }

 p { color: rgb(137,25,55); }

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

background-color css

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

 a { background-color: rgb(137,25,55); }

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

border-color css

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

 span { border-color: rgb(137,25,55); }

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