Html Css Color HEX #891C30 Shiraz

📋 copy color: '#891C30'

red 137 ◦ green 28 ◦ blue 48

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

Shades of Shiraz #891C30

Tints of Shiraz #891C30

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.15%

 BLUE value IS 48 (19.14% from 255) = 22.54%

R = 64.32%
G = 13.15%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.46

RGB Variations

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

Color information

#891C30 (or 0x891C30) is known color: Shiraz. HEX triplet: 89, 1C and 30. RGB value is (137,28,48). Sum of RGB (Red+Green+Blue) = 137+28+48=213 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.32% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 137 - color contains mainly: red. Hex color #891C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #891C30 is #76E3CF. Grayscale: #3E3E3E. Windows color (decimal): -7791568 or 3153033. OLE color: 3153033.

HSL color Cylindrical-coordinate representation of color #891C30: hue angle of 348.99º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #891C30 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 28 48 -
CMYK 0 0.80 0.65 0.46
HSL 348.99º 0.66% 0.32% -
HSV(B) 348.99º 0.8% 0.54% -
XYZ 11.27 6.36 3.43 -
YUV 62.87 119.61 180.87 -
System Red Green Blue C M Y K H S L
Decimal 137 28 48 0 0.80 0.65 0.46 348.99 0.66 0.32
Hex 89 1C 30 0 50 41 2E 15D 42 20
Octal 211 34 60 0 120 101 56 535 102 40
Binary 10001001 11100 110000 0 1010000 1000001 101110 101011101 1000010 100000

Color Harmonies of #891C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891C30

Black with #891C30

Text Example


Text Example

White with #891C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,28,48); }

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

background-color css

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

 a { background-color: rgb(137,28,48); }

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

border-color css

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

 span { border-color: rgb(137,28,48); }

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