Html Css Color HEX #863864 Rose Bud Cherry

📋 copy color: '#863864'

red 134 ◦ green 56 ◦ blue 100

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

Shades of Rose Bud Cherry #863864

Tints of Rose Bud Cherry #863864

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.31%

 BLUE value IS 100 (39.45% from 255) = 34.48%

R = 46.21%
G = 19.31%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#863864 (or 0x863864) is known color: Rose Bud Cherry. HEX triplet: 86, 38 and 64. RGB value is (134,56,100). Sum of RGB (Red+Green+Blue) = 134+56+100=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 56 (22.27% from 255 or 19.31% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 134 - color contains mainly: red. Hex color #863864 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863864 is #79C79B. Grayscale: #545454. Windows color (decimal): -7980956 or 6568070. OLE color: 6568070.

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

Color convert

RGB 134 56 100 -
CMYK 0 0.58 0.25 0.47
HSL 326.15º 0.41% 0.37% -
HSV(B) 326.15º 0.58% 0.53% -
XYZ 13.55 8.82 13.04 -
YUV 84.34 136.84 163.42 -
System Red Green Blue C M Y K H S L
Decimal 134 56 100 0 0.58 0.25 0.47 326.15 0.41 0.37
Hex 86 38 64 0 3A 19 2F 146 29 25
Octal 206 70 144 0 72 31 57 506 51 45
Binary 10000110 111000 1100100 0 111010 11001 101111 101000110 101001 100101

Color Harmonies of #863864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863864

Black with #863864

Text Example


Text Example

White with #863864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863864; }

 p { color: rgb(134,56,100); }

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

background-color css

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

 a { background-color: rgb(134,56,100); }

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

border-color css

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

 span { border-color: rgb(134,56,100); }

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