Html Css Color HEX #863763 Rose Bud Cherry

📋 copy color: '#863763'

red 134 ◦ green 55 ◦ blue 99

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

Shades of Rose Bud Cherry #863763

Tints of Rose Bud Cherry #863763

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.1%

 BLUE value IS 99 (39.06% from 255) = 34.38%

R = 46.53%
G = 19.1%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#863763 (or 0x863763) is known color: Rose Bud Cherry. HEX triplet: 86, 37 and 63. RGB value is (134,55,99). Sum of RGB (Red+Green+Blue) = 134+55+99=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #863763 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863763 is #79C89C. Grayscale: #535353. Windows color (decimal): -7981213 or 6502278. OLE color: 6502278.

HSL color Cylindrical-coordinate representation of color #863763: hue angle of 326.58º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #863763 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 55 99 -
CMYK 0 0.59 0.26 0.47
HSL 326.58º 0.42% 0.37% -
HSV(B) 326.58º 0.59% 0.53% -
XYZ 13.45 8.7 12.78 -
YUV 83.64 136.67 163.92 -
System Red Green Blue C M Y K H S L
Decimal 134 55 99 0 0.59 0.26 0.47 326.58 0.42 0.37
Hex 86 37 63 0 3B 1A 2F 147 2A 25
Octal 206 67 143 0 73 32 57 507 52 45
Binary 10000110 110111 1100011 0 111011 11010 101111 101000111 101010 100101

Color Harmonies of #863763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863763

Black with #863763

Text Example


Text Example

White with #863763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863763; }

 p { color: rgb(134,55,99); }

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

background-color css

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

 a { background-color: rgb(134,55,99); }

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

border-color css

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

 span { border-color: rgb(134,55,99); }

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