Html Css Color HEX #892A56 Rose Bud Cherry

📋 copy color: '#892A56'

red 137 ◦ green 42 ◦ blue 86

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

Shades of Rose Bud Cherry #892A56

Tints of Rose Bud Cherry #892A56

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.85%

 BLUE value IS 86 (33.98% from 255) = 32.45%

R = 51.7%
G = 15.85%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.46

RGB Variations

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

Color information

#892A56 (or 0x892A56) is known color: Rose Bud Cherry. HEX triplet: 89, 2A and 56. RGB value is (137,42,86). Sum of RGB (Red+Green+Blue) = 137+42+86=265 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.70% from 265); Green value is 42 (16.80% from 255 or 15.85% from 265); Blue value is 86 (33.98% from 255 or 32.45% from 265); Max value from RGB is 137 - color contains mainly: red. Hex color #892A56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892A56 is #76D5A9. Grayscale: #4B4B4B. Windows color (decimal): -7787946 or 5646985. OLE color: 5646985.

HSL color Cylindrical-coordinate representation of color #892A56: hue angle of 332.21º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #892A56 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 42 86 -
CMYK 0 0.69 0.37 0.46
HSL 332.21º 0.53% 0.35% -
HSV(B) 332.21º 0.69% 0.54% -
XYZ 12.82 7.65 9.6 -
YUV 75.42 133.97 171.92 -
System Red Green Blue C M Y K H S L
Decimal 137 42 86 0 0.69 0.37 0.46 332.21 0.53 0.35
Hex 89 2A 56 0 45 25 2E 14C 35 23
Octal 211 52 126 0 105 45 56 514 65 43
Binary 10001001 101010 1010110 0 1000101 100101 101110 101001100 110101 100011

Color Harmonies of #892A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892A56

Black with #892A56

Text Example


Text Example

White with #892A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892A56; }

 p { color: rgb(137,42,86); }

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

background-color css

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

 a { background-color: rgb(137,42,86); }

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

border-color css

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

 span { border-color: rgb(137,42,86); }

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