Html Css Color HEX #891E52 Rose Bud Cherry

📋 copy color: '#891E52'

red 137 ◦ green 30 ◦ blue 82

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

Shades of Rose Bud Cherry #891E52

Tints of Rose Bud Cherry #891E52

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.05%

 BLUE value IS 82 (32.42% from 255) = 32.93%

R = 55.02%
G = 12.05%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#891E52 (or 0x891E52) is known color: Rose Bud Cherry. HEX triplet: 89, 1E and 52. RGB value is (137,30,82). Sum of RGB (Red+Green+Blue) = 137+30+82=249 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.02% from 249); Green value is 30 (12.11% from 255 or 12.05% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 137 - color contains mainly: red. Hex color #891E52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891E52 is #76E1AD. Grayscale: #434343. Windows color (decimal): -7791022 or 5381769. OLE color: 5381769.

HSL color Cylindrical-coordinate representation of color #891E52: hue angle of 330.84º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #891E52 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 30 82 -
CMYK 0 0.78 0.40 0.46
HSL 330.84º 0.64% 0.33% -
HSV(B) 330.84º 0.78% 0.54% -
XYZ 12.3 6.86 8.66 -
YUV 67.92 135.95 177.27 -
System Red Green Blue C M Y K H S L
Decimal 137 30 82 0 0.78 0.40 0.46 330.84 0.64 0.33
Hex 89 1E 52 0 4E 28 2E 14B 40 21
Octal 211 36 122 0 116 50 56 513 100 41
Binary 10001001 11110 1010010 0 1001110 101000 101110 101001011 1000000 100001

Color Harmonies of #891E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891E52

Black with #891E52

Text Example


Text Example

White with #891E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,30,82); }

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

background-color css

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

 a { background-color: rgb(137,30,82); }

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

border-color css

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

 span { border-color: rgb(137,30,82); }

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