Html Css Color HEX #892865 Rose Bud Cherry

📋 copy color: '#892865'

red 137 ◦ green 40 ◦ blue 101

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

Shades of Rose Bud Cherry #892865

Tints of Rose Bud Cherry #892865

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.39%

 BLUE value IS 101 (39.84% from 255) = 36.33%

R = 49.28%
G = 14.39%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#892865 (or 0x892865) is known color: Rose Bud Cherry. HEX triplet: 89, 28 and 65. RGB value is (137,40,101). Sum of RGB (Red+Green+Blue) = 137+40+101=278 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.28% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 137 - color contains mainly: red. Hex color #892865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892865 is #76D79A. Grayscale: #4B4B4B. Windows color (decimal): -7788443 or 6629513. OLE color: 6629513.

HSL color Cylindrical-coordinate representation of color #892865: hue angle of 322.27º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #892865 is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 40 101 -
CMYK 0 0.71 0.26 0.46
HSL 322.27º 0.55% 0.35% -
HSV(B) 322.27º 0.71% 0.54% -
XYZ 13.42 7.78 13.11 -
YUV 75.96 142.14 171.54 -
System Red Green Blue C M Y K H S L
Decimal 137 40 101 0 0.71 0.26 0.46 322.27 0.55 0.35
Hex 89 28 65 0 47 1A 2E 142 37 23
Octal 211 50 145 0 107 32 56 502 67 43
Binary 10001001 101000 1100101 0 1000111 11010 101110 101000010 110111 100011

Color Harmonies of #892865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892865

Black with #892865

Text Example


Text Example

White with #892865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892865; }

 p { color: rgb(137,40,101); }

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

background-color css

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

 a { background-color: rgb(137,40,101); }

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

border-color css

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

 span { border-color: rgb(137,40,101); }

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