Html Css Color HEX #892C5F Rose Bud Cherry

📋 copy color: '#892C5F'

red 137 ◦ green 44 ◦ blue 95

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

Shades of Rose Bud Cherry #892C5F

Tints of Rose Bud Cherry #892C5F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.94%

 BLUE value IS 95 (37.5% from 255) = 34.42%

R = 49.64%
G = 15.94%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#892C5F (or 0x892C5F) is known color: Rose Bud Cherry. HEX triplet: 89, 2C and 5F. RGB value is (137,44,95). Sum of RGB (Red+Green+Blue) = 137+44+95=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #892C5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892C5F is #76D3A0. Grayscale: #4D4D4D. Windows color (decimal): -7787425 or 6237321. OLE color: 6237321.

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

Color convert

RGB 137 44 95 -
CMYK 0 0.68 0.31 0.46
HSL 327.1º 0.51% 0.35% -
HSV(B) 327.1º 0.68% 0.54% -
XYZ 13.28 7.95 11.66 -
YUV 77.62 137.81 170.35 -
System Red Green Blue C M Y K H S L
Decimal 137 44 95 0 0.68 0.31 0.46 327.1 0.51 0.35
Hex 89 2C 5F 0 44 1F 2E 147 33 23
Octal 211 54 137 0 104 37 56 507 63 43
Binary 10001001 101100 1011111 0 1000100 11111 101110 101000111 110011 100011

Color Harmonies of #892C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892C5F

Black with #892C5F

Text Example


Text Example

White with #892C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,44,95); }

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

background-color css

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

 a { background-color: rgb(137,44,95); }

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

border-color css

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

 span { border-color: rgb(137,44,95); }

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