Html Css Color HEX #863361 Rose Bud Cherry

📋 copy color: '#863361'

red 134 ◦ green 51 ◦ blue 97

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

Shades of Rose Bud Cherry #863361

Tints of Rose Bud Cherry #863361

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.09%

 BLUE value IS 97 (38.28% from 255) = 34.4%

R = 47.52%
G = 18.09%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#863361 (or 0x863361) is known color: Rose Bud Cherry. HEX triplet: 86, 33 and 61. RGB value is (134,51,97). Sum of RGB (Red+Green+Blue) = 134+51+97=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 134 - color contains mainly: red. Hex color #863361 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863361 is #79CC9E. Grayscale: #505050. Windows color (decimal): -7982239 or 6370182. OLE color: 6370182.

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

Color convert

RGB 134 51 97 -
CMYK 0 0.62 0.28 0.47
HSL 326.75º 0.45% 0.36% -
HSV(B) 326.75º 0.62% 0.53% -
XYZ 13.17 8.3 12.22 -
YUV 81.06 137 165.76 -
System Red Green Blue C M Y K H S L
Decimal 134 51 97 0 0.62 0.28 0.47 326.75 0.45 0.36
Hex 86 33 61 0 3E 1C 2F 147 2D 24
Octal 206 63 141 0 76 34 57 507 55 44
Binary 10000110 110011 1100001 0 111110 11100 101111 101000111 101101 100100

Color Harmonies of #863361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863361

Black with #863361

Text Example


Text Example

White with #863361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863361; }

 p { color: rgb(134,51,97); }

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

background-color css

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

 a { background-color: rgb(134,51,97); }

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

border-color css

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

 span { border-color: rgb(134,51,97); }

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