Html Css Color HEX #863665 Rose Bud Cherry

📋 copy color: '#863665'

red 134 ◦ green 54 ◦ blue 101

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

Shades of Rose Bud Cherry #863665

Tints of Rose Bud Cherry #863665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.95%

R = 46.37%
G = 18.69%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#863665 (or 0x863665) is known color: Rose Bud Cherry. HEX triplet: 86, 36 and 65. RGB value is (134,54,101). Sum of RGB (Red+Green+Blue) = 134+54+101=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 134 - color contains mainly: red. Hex color #863665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863665 is #79C99A. Grayscale: #535353. Windows color (decimal): -7981467 or 6633094. OLE color: 6633094.

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

Color convert

RGB 134 54 101 -
CMYK 0 0.60 0.25 0.47
HSL 324.75º 0.43% 0.37% -
HSV(B) 324.75º 0.6% 0.53% -
XYZ 13.5 8.65 13.27 -
YUV 83.28 138 164.18 -
System Red Green Blue C M Y K H S L
Decimal 134 54 101 0 0.60 0.25 0.47 324.75 0.43 0.37
Hex 86 36 65 0 3C 19 2F 145 2B 25
Octal 206 66 145 0 74 31 57 505 53 45
Binary 10000110 110110 1100101 0 111100 11001 101111 101000101 101011 100101

Color Harmonies of #863665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863665

Black with #863665

Text Example


Text Example

White with #863665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863665; }

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

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

background-color css

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

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

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

border-color css

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

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

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