Html Css Color HEX #863C59 Rose Bud Cherry

📋 copy color: '#863C59'

red 134 ◦ green 60 ◦ blue 89

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

Shades of Rose Bud Cherry #863C59

Tints of Rose Bud Cherry #863C59

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.2%

 BLUE value IS 89 (35.16% from 255) = 31.45%

R = 47.35%
G = 21.2%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#863C59 (or 0x863C59) is known color: Rose Bud Cherry. HEX triplet: 86, 3C and 59. RGB value is (134,60,89). Sum of RGB (Red+Green+Blue) = 134+60+89=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 134 - color contains mainly: red. Hex color #863C59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863C59 is #79C3A6. Grayscale: #555555. Windows color (decimal): -7979943 or 5848198. OLE color: 5848198.

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

Color convert

RGB 134 60 89 -
CMYK 0 0.55 0.34 0.47
HSL 336.49º 0.38% 0.38% -
HSV(B) 336.49º 0.55% 0.53% -
XYZ 13.25 9.02 10.49 -
YUV 85.43 130.02 162.64 -
System Red Green Blue C M Y K H S L
Decimal 134 60 89 0 0.55 0.34 0.47 336.49 0.38 0.38
Hex 86 3C 59 0 37 22 2F 150 26 26
Octal 206 74 131 0 67 42 57 520 46 46
Binary 10000110 111100 1011001 0 110111 100010 101111 101010000 100110 100110

Color Harmonies of #863C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863C59

Black with #863C59

Text Example


Text Example

White with #863C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,60,89); }

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

background-color css

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

 a { background-color: rgb(134,60,89); }

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

border-color css

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

 span { border-color: rgb(134,60,89); }

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