Html Css Color HEX #863662 Rose Bud Cherry

📋 copy color: '#863662'

red 134 ◦ green 54 ◦ blue 98

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

Shades of Rose Bud Cherry #863662

Tints of Rose Bud Cherry #863662

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.88%

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

R = 46.85%
G = 18.88%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#863662 (or 0x863662) is known color: Rose Bud Cherry. HEX triplet: 86, 36 and 62. RGB value is (134,54,98). Sum of RGB (Red+Green+Blue) = 134+54+98=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 134 - color contains mainly: red. Hex color #863662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863662 is #79C99D. Grayscale: #525252. Windows color (decimal): -7981470 or 6436486. OLE color: 6436486.

HSL color Cylindrical-coordinate representation of color #863662: hue angle of 327º 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 #863662 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 54 98 -
CMYK 0 0.60 0.27 0.47
HSL 327º 0.43% 0.37% -
HSV(B) 327º 0.6% 0.53% -
XYZ 13.36 8.59 12.51 -
YUV 82.94 136.5 164.42 -
System Red Green Blue C M Y K H S L
Decimal 134 54 98 0 0.60 0.27 0.47 327 0.43 0.37
Hex 86 36 62 0 3C 1B 2F 147 2B 25
Octal 206 66 142 0 74 33 57 507 53 45
Binary 10000110 110110 1100010 0 111100 11011 101111 101000111 101011 100101

Color Harmonies of #863662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863662

Black with #863662

Text Example


Text Example

White with #863662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863662; }

 p { color: rgb(134,54,98); }

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

background-color css

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

 a { background-color: rgb(134,54,98); }

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

border-color css

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

 span { border-color: rgb(134,54,98); }

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