Html Css Color HEX #892460 Rose Bud Cherry

📋 copy color: '#892460'

red 137 ◦ green 36 ◦ blue 96

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

Shades of Rose Bud Cherry #892460

Tints of Rose Bud Cherry #892460

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.38%

 BLUE value IS 96 (37.89% from 255) = 35.69%

R = 50.93%
G = 13.38%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#892460 (or 0x892460) is known color: Rose Bud Cherry. HEX triplet: 89, 24 and 60. RGB value is (137,36,96). Sum of RGB (Red+Green+Blue) = 137+36+96=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 96 (37.89% from 255 or 35.69% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #892460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892460 is #76DB9F. Grayscale: #484848. Windows color (decimal): -7789472 or 6300809. OLE color: 6300809.

HSL color Cylindrical-coordinate representation of color #892460: hue angle of 324.36º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #892460 is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 36 96 -
CMYK 0 0.74 0.30 0.46
HSL 324.36º 0.58% 0.34% -
HSV(B) 324.36º 0.74% 0.54% -
XYZ 13.06 7.42 11.81 -
YUV 73.04 140.96 173.62 -
System Red Green Blue C M Y K H S L
Decimal 137 36 96 0 0.74 0.30 0.46 324.36 0.58 0.34
Hex 89 24 60 0 4A 1E 2E 144 3A 22
Octal 211 44 140 0 112 36 56 504 72 42
Binary 10001001 100100 1100000 0 1001010 11110 101110 101000100 111010 100010

Color Harmonies of #892460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892460

Black with #892460

Text Example


Text Example

White with #892460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892460; }

 p { color: rgb(137,36,96); }

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

background-color css

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

 a { background-color: rgb(137,36,96); }

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

border-color css

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

 span { border-color: rgb(137,36,96); }

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