Html Css Color HEX #891355 Rose Bud Cherry

📋 copy color: '#891355'

red 137 ◦ green 19 ◦ blue 85

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

Shades of Rose Bud Cherry #891355

Tints of Rose Bud Cherry #891355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 35.27%

R = 56.85%
G = 7.88%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#891355 (or 0x891355) is known color: Rose Bud Cherry. HEX triplet: 89, 13 and 55. RGB value is (137,19,85). Sum of RGB (Red+Green+Blue) = 137+19+85=241 (31% of max value = 765). Red value is 137 (53.91% from 255 or 56.85% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 137 - color contains mainly: red. Hex color #891355 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891355 is #76ECAA. Grayscale: #3D3D3D. Windows color (decimal): -7793835 or 5575561. OLE color: 5575561.

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

Color convert

RGB 137 19 85 -
CMYK 0 0.86 0.38 0.46
HSL 326.44º 0.76% 0.31% -
HSV(B) 326.44º 0.86% 0.54% -
XYZ 12.19 6.44 9.19 -
YUV 61.81 141.09 181.63 -
System Red Green Blue C M Y K H S L
Decimal 137 19 85 0 0.86 0.38 0.46 326.44 0.76 0.31
Hex 89 13 55 0 56 26 2E 146 4C 1F
Octal 211 23 125 0 126 46 56 506 114 37
Binary 10001001 10011 1010101 0 1010110 100110 101110 101000110 1001100 11111

Color Harmonies of #891355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891355

Black with #891355

Text Example


Text Example

White with #891355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891355; }

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

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

background-color css

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

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

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

border-color css

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

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

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