Html Css Color HEX #891535 Shiraz

📋 copy color: '#891535'

red 137 ◦ green 21 ◦ blue 53

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

Shades of Shiraz #891535

Tints of Shiraz #891535

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.95%

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

R = 64.93%
G = 9.95%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#891535 (or 0x891535) is known color: Shiraz. HEX triplet: 89, 15 and 35. RGB value is (137,21,53). Sum of RGB (Red+Green+Blue) = 137+21+53=211 (27% of max value = 765). Red value is 137 (53.91% from 255 or 64.93% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 53 (21.09% from 255 or 25.12% from 211); Max value from RGB is 137 - color contains mainly: red. Hex color #891535 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891535 is #76EACA. Grayscale: #3B3B3B. Windows color (decimal): -7793355 or 3478921. OLE color: 3478921.

HSL color Cylindrical-coordinate representation of color #891535: hue angle of 343.45º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #891535 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 21 53 -
CMYK 0 0.85 0.61 0.46
HSL 343.45º 0.73% 0.31% -
HSV(B) 343.45º 0.85% 0.54% -
XYZ 11.23 6.11 3.96 -
YUV 59.33 124.43 183.4 -
System Red Green Blue C M Y K H S L
Decimal 137 21 53 0 0.85 0.61 0.46 343.45 0.73 0.31
Hex 89 15 35 0 55 3D 2E 157 49 1F
Octal 211 25 65 0 125 75 56 527 111 37
Binary 10001001 10101 110101 0 1010101 111101 101110 101010111 1001001 11111

Color Harmonies of #891535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891535

Black with #891535

Text Example


Text Example

White with #891535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891535; }

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

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

background-color css

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

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

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

border-color css

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

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

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