Html Css Color HEX #891250 Rose Bud Cherry

📋 copy color: '#891250'

red 137 ◦ green 18 ◦ blue 80

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

Shades of Rose Bud Cherry #891250

Tints of Rose Bud Cherry #891250

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.66%

 BLUE value IS 80 (31.64% from 255) = 34.04%

R = 58.3%
G = 7.66%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#891250 (or 0x891250) is known color: Rose Bud Cherry. HEX triplet: 89, 12 and 50. RGB value is (137,18,80). Sum of RGB (Red+Green+Blue) = 137+18+80=235 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.30% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 137 - color contains mainly: red. Hex color #891250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891250 is #76EDAF. Grayscale: #3C3C3C. Windows color (decimal): -7794096 or 5247625. OLE color: 5247625.

HSL color Cylindrical-coordinate representation of color #891250: hue angle of 328.74º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #891250 is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 18 80 -
CMYK 0 0.87 0.42 0.46
HSL 328.74º 0.77% 0.3% -
HSV(B) 328.74º 0.87% 0.54% -
XYZ 11.98 6.33 8.18 -
YUV 60.65 138.92 182.46 -
System Red Green Blue C M Y K H S L
Decimal 137 18 80 0 0.87 0.42 0.46 328.74 0.77 0.3
Hex 89 12 50 0 57 2A 2E 149 4D 1E
Octal 211 22 120 0 127 52 56 511 115 36
Binary 10001001 10010 1010000 0 1010111 101010 101110 101001001 1001101 11110

Color Harmonies of #891250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891250

Black with #891250

Text Example


Text Example

White with #891250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891250; }

 p { color: rgb(137,18,80); }

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

background-color css

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

 a { background-color: rgb(137,18,80); }

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

border-color css

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

 span { border-color: rgb(137,18,80); }

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