Html Css Color HEX #863368 Rose Bud Cherry

📋 copy color: '#863368'

red 134 ◦ green 51 ◦ blue 104

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

Shades of Rose Bud Cherry #863368

Tints of Rose Bud Cherry #863368

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.65%

 BLUE value IS 104 (41.02% from 255) = 35.99%

R = 46.37%
G = 17.65%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#863368 (or 0x863368) is known color: Rose Bud Cherry. HEX triplet: 86, 33 and 68. RGB value is (134,51,104). Sum of RGB (Red+Green+Blue) = 134+51+104=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 134 - color contains mainly: red. Hex color #863368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863368 is #79CC97. Grayscale: #515151. Windows color (decimal): -7982232 or 6828934. OLE color: 6828934.

HSL color Cylindrical-coordinate representation of color #863368: hue angle of 321.69º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #863368 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 51 104 -
CMYK 0 0.62 0.22 0.47
HSL 321.69º 0.45% 0.36% -
HSV(B) 321.69º 0.62% 0.53% -
XYZ 13.51 8.44 14.01 -
YUV 81.86 140.5 165.19 -
System Red Green Blue C M Y K H S L
Decimal 134 51 104 0 0.62 0.22 0.47 321.69 0.45 0.36
Hex 86 33 68 0 3E 16 2F 142 2D 24
Octal 206 63 150 0 76 26 57 502 55 44
Binary 10000110 110011 1101000 0 111110 10110 101111 101000010 101101 100100

Color Harmonies of #863368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863368

Black with #863368

Text Example


Text Example

White with #863368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863368; }

 p { color: rgb(134,51,104); }

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

background-color css

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

 a { background-color: rgb(134,51,104); }

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

border-color css

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

 span { border-color: rgb(134,51,104); }

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