Html Css Color HEX #891935 Shiraz

📋 copy color: '#891935'

red 137 ◦ green 25 ◦ blue 53

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

Shades of Shiraz #891935

Tints of Shiraz #891935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.65%

R = 63.72%
G = 11.63%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#891935 (or 0x891935) is known color: Shiraz. HEX triplet: 89, 19 and 35. RGB value is (137,25,53). Sum of RGB (Red+Green+Blue) = 137+25+53=215 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.72% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 53 (21.09% from 255 or 24.65% from 215); Max value from RGB is 137 - color contains mainly: red. Hex color #891935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891935 is #76E6CA. Grayscale: #3D3D3D. Windows color (decimal): -7792331 or 3479945. OLE color: 3479945.

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

Color convert

RGB 137 25 53 -
CMYK 0 0.82 0.61 0.46
HSL 345º 0.69% 0.32% -
HSV(B) 345º 0.82% 0.54% -
XYZ 11.31 6.27 3.98 -
YUV 61.68 123.11 181.72 -
System Red Green Blue C M Y K H S L
Decimal 137 25 53 0 0.82 0.61 0.46 345 0.69 0.32
Hex 89 19 35 0 52 3D 2E 159 45 20
Octal 211 31 65 0 122 75 56 531 105 40
Binary 10001001 11001 110101 0 1010010 111101 101110 101011001 1000101 100000

Color Harmonies of #891935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891935

Black with #891935

Text Example


Text Example

White with #891935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891935; }

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

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

background-color css

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

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

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

border-color css

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

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

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