Html Css Color HEX #891338 Shiraz

📋 copy color: '#891338'

red 137 ◦ green 19 ◦ blue 56

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

Shades of Shiraz #891338

Tints of Shiraz #891338

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.96%

 BLUE value IS 56 (22.27% from 255) = 26.42%

R = 64.62%
G = 8.96%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.46

RGB Variations

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

Color information

#891338 (or 0x891338) is known color: Shiraz. HEX triplet: 89, 13 and 38. RGB value is (137,19,56). Sum of RGB (Red+Green+Blue) = 137+19+56=212 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.62% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 56 (22.27% from 255 or 26.42% from 212); Max value from RGB is 137 - color contains mainly: red. Hex color #891338 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891338 is #76ECC7. Grayscale: #3A3A3A. Windows color (decimal): -7793864 or 3675017. OLE color: 3675017.

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

Color convert

RGB 137 19 56 -
CMYK 0 0.86 0.59 0.46
HSL 341.19º 0.76% 0.31% -
HSV(B) 341.19º 0.86% 0.54% -
XYZ 11.26 6.07 4.32 -
YUV 58.5 126.59 183.99 -
System Red Green Blue C M Y K H S L
Decimal 137 19 56 0 0.86 0.59 0.46 341.19 0.76 0.31
Hex 89 13 38 0 56 3B 2E 155 4C 1F
Octal 211 23 70 0 126 73 56 525 114 37
Binary 10001001 10011 111000 0 1010110 111011 101110 101010101 1001100 11111

Color Harmonies of #891338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891338

Black with #891338

Text Example


Text Example

White with #891338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891338; }

 p { color: rgb(137,19,56); }

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

background-color css

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

 a { background-color: rgb(137,19,56); }

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

border-color css

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

 span { border-color: rgb(137,19,56); }

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