Html Css Color HEX #863A60 Rose Bud Cherry

📋 copy color: '#863A60'

red 134 ◦ green 58 ◦ blue 96

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

Shades of Rose Bud Cherry #863A60

Tints of Rose Bud Cherry #863A60

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.14%

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

R = 46.53%
G = 20.14%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#863A60 (or 0x863A60) is known color: Rose Bud Cherry. HEX triplet: 86, 3A and 60. RGB value is (134,58,96). Sum of RGB (Red+Green+Blue) = 134+58+96=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 58 (23.05% from 255 or 20.14% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #863A60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863A60 is #79C59F. Grayscale: #545454. Windows color (decimal): -7980448 or 6306438. OLE color: 6306438.

HSL color Cylindrical-coordinate representation of color #863A60: hue angle of 330º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #863A60 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 58 96 -
CMYK 0 0.57 0.28 0.47
HSL 330º 0.4% 0.38% -
HSV(B) 330º 0.57% 0.53% -
XYZ 13.46 8.94 12.08 -
YUV 85.06 134.18 162.91 -
System Red Green Blue C M Y K H S L
Decimal 134 58 96 0 0.57 0.28 0.47 330 0.4 0.38
Hex 86 3A 60 0 39 1C 2F 14A 28 26
Octal 206 72 140 0 71 34 57 512 50 46
Binary 10000110 111010 1100000 0 111001 11100 101111 101001010 101000 100110

Color Harmonies of #863A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863A60

Black with #863A60

Text Example


Text Example

White with #863A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863A60; }

 p { color: rgb(134,58,96); }

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

background-color css

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

 a { background-color: rgb(134,58,96); }

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

border-color css

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

 span { border-color: rgb(134,58,96); }

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