Html Css Color HEX #863565 Rose Bud Cherry

📋 copy color: '#863565'

red 134 ◦ green 53 ◦ blue 101

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

Shades of Rose Bud Cherry #863565

Tints of Rose Bud Cherry #863565

RGB

 RED value IS 134 (52.73% from 255) = 46.53%

 GREEN value IS 53 (21.09% from 255) = 18.4%

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

R = 46.53%
G = 18.4%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#863565 (or 0x863565) is known color: Rose Bud Cherry. HEX triplet: 86, 35 and 65. RGB value is (134,53,101). Sum of RGB (Red+Green+Blue) = 134+53+101=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #863565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863565 is #79CA9A. Grayscale: #525252. Windows color (decimal): -7981723 or 6632838. OLE color: 6632838.

HSL color Cylindrical-coordinate representation of color #863565: hue angle of 324.44º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #863565 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 53 101 -
CMYK 0 0.60 0.25 0.47
HSL 324.44º 0.43% 0.37% -
HSV(B) 324.44º 0.6% 0.53% -
XYZ 13.45 8.55 13.25 -
YUV 82.69 138.34 164.6 -
System Red Green Blue C M Y K H S L
Decimal 134 53 101 0 0.60 0.25 0.47 324.44 0.43 0.37
Hex 86 35 65 0 3C 19 2F 144 2B 25
Octal 206 65 145 0 74 31 57 504 53 45
Binary 10000110 110101 1100101 0 111100 11001 101111 101000100 101011 100101

Color Harmonies of #863565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863565

Black with #863565

Text Example


Text Example

White with #863565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863565; }

 p { color: rgb(134,53,101); }

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

background-color css

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

 a { background-color: rgb(134,53,101); }

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

border-color css

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

 span { border-color: rgb(134,53,101); }

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