Html Css Color HEX #893260 Rose Bud Cherry

📋 copy color: '#893260'

red 137 ◦ green 50 ◦ blue 96

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

Shades of Rose Bud Cherry #893260

Tints of Rose Bud Cherry #893260

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.67%

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

R = 48.41%
G = 17.67%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#893260 (or 0x893260) is known color: Rose Bud Cherry. HEX triplet: 89, 32 and 60. RGB value is (137,50,96). Sum of RGB (Red+Green+Blue) = 137+50+96=283 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.41% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 137 - color contains mainly: red. Hex color #893260 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893260 is #76CD9F. Grayscale: #515151. Windows color (decimal): -7785888 or 6304393. OLE color: 6304393.

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

Color convert

RGB 137 50 96 -
CMYK 0 0.64 0.30 0.46
HSL 328.28º 0.47% 0.37% -
HSV(B) 328.28º 0.64% 0.54% -
XYZ 13.57 8.44 11.98 -
YUV 81.26 136.32 167.76 -
System Red Green Blue C M Y K H S L
Decimal 137 50 96 0 0.64 0.30 0.46 328.28 0.47 0.37
Hex 89 32 60 0 40 1E 2E 148 2F 25
Octal 211 62 140 0 100 36 56 510 57 45
Binary 10001001 110010 1100000 0 1000000 11110 101110 101001000 101111 100101

Color Harmonies of #893260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893260

Black with #893260

Text Example


Text Example

White with #893260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893260; }

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

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

background-color css

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

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

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

border-color css

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

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

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