Html Css Color HEX #863166 Rose Bud Cherry

📋 copy color: '#863166'

red 134 ◦ green 49 ◦ blue 102

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

Shades of Rose Bud Cherry #863166

Tints of Rose Bud Cherry #863166

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.19%

 BLUE value IS 102 (40.23% from 255) = 35.79%

R = 47.02%
G = 17.19%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#863166 (or 0x863166) is known color: Rose Bud Cherry. HEX triplet: 86, 31 and 66. RGB value is (134,49,102). Sum of RGB (Red+Green+Blue) = 134+49+102=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #863166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863166 is #79CE99. Grayscale: #505050. Windows color (decimal): -7982746 or 6697350. OLE color: 6697350.

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

Color convert

RGB 134 49 102 -
CMYK 0 0.63 0.24 0.47
HSL 322.59º 0.46% 0.36% -
HSV(B) 322.59º 0.63% 0.53% -
XYZ 13.33 8.22 13.46 -
YUV 80.46 140.16 166.19 -
System Red Green Blue C M Y K H S L
Decimal 134 49 102 0 0.63 0.24 0.47 322.59 0.46 0.36
Hex 86 31 66 0 3F 18 2F 143 2E 24
Octal 206 61 146 0 77 30 57 503 56 44
Binary 10000110 110001 1100110 0 111111 11000 101111 101000011 101110 100100

Color Harmonies of #863166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863166

Black with #863166

Text Example


Text Example

White with #863166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863166; }

 p { color: rgb(134,49,102); }

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

background-color css

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

 a { background-color: rgb(134,49,102); }

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

border-color css

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

 span { border-color: rgb(134,49,102); }

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