Html Css Color HEX #892055 Rose Bud Cherry

📋 copy color: '#892055'

red 137 ◦ green 32 ◦ blue 85

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

Shades of Rose Bud Cherry #892055

Tints of Rose Bud Cherry #892055

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.6%

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

R = 53.94%
G = 12.6%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#892055 (or 0x892055) is known color: Rose Bud Cherry. HEX triplet: 89, 20 and 55. RGB value is (137,32,85). Sum of RGB (Red+Green+Blue) = 137+32+85=254 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.94% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 137 - color contains mainly: red. Hex color #892055 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892055 is #76DFAA. Grayscale: #454545. Windows color (decimal): -7790507 or 5578889. OLE color: 5578889.

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

Color convert

RGB 137 32 85 -
CMYK 0 0.77 0.38 0.46
HSL 329.71º 0.62% 0.33% -
HSV(B) 329.71º 0.77% 0.54% -
XYZ 12.47 7.01 9.29 -
YUV 69.44 136.79 176.19 -
System Red Green Blue C M Y K H S L
Decimal 137 32 85 0 0.77 0.38 0.46 329.71 0.62 0.33
Hex 89 20 55 0 4D 26 2E 14A 3E 21
Octal 211 40 125 0 115 46 56 512 76 41
Binary 10001001 100000 1010101 0 1001101 100110 101110 101001010 111110 100001

Color Harmonies of #892055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892055

Black with #892055

Text Example


Text Example

White with #892055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892055; }

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

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

background-color css

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

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

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

border-color css

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

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

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