Html Css Color HEX #893462 Rose Bud Cherry

📋 copy color: '#893462'

red 137 ◦ green 52 ◦ blue 98

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

Shades of Rose Bud Cherry #893462

Tints of Rose Bud Cherry #893462

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.12%

 BLUE value IS 98 (38.67% from 255) = 34.15%

R = 47.74%
G = 18.12%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#893462 (or 0x893462) is known color: Rose Bud Cherry. HEX triplet: 89, 34 and 62. RGB value is (137,52,98). Sum of RGB (Red+Green+Blue) = 137+52+98=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 137 - color contains mainly: red. Hex color #893462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893462 is #76CB9D. Grayscale: #525252. Windows color (decimal): -7785374 or 6435977. OLE color: 6435977.

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

Color convert

RGB 137 52 98 -
CMYK 0 0.62 0.28 0.46
HSL 327.53º 0.45% 0.37% -
HSV(B) 327.53º 0.62% 0.54% -
XYZ 13.75 8.66 12.5 -
YUV 82.66 136.66 166.76 -
System Red Green Blue C M Y K H S L
Decimal 137 52 98 0 0.62 0.28 0.46 327.53 0.45 0.37
Hex 89 34 62 0 3E 1C 2E 148 2D 25
Octal 211 64 142 0 76 34 56 510 55 45
Binary 10001001 110100 1100010 0 111110 11100 101110 101001000 101101 100101

Color Harmonies of #893462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893462

Black with #893462

Text Example


Text Example

White with #893462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893462; }

 p { color: rgb(137,52,98); }

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

background-color css

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

 a { background-color: rgb(137,52,98); }

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

border-color css

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

 span { border-color: rgb(137,52,98); }

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