Html Css Color HEX #863065 Rose Bud Cherry

📋 copy color: '#863065'

red 134 ◦ green 48 ◦ blue 101

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

Shades of Rose Bud Cherry #863065

Tints of Rose Bud Cherry #863065

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.96%

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

R = 47.35%
G = 16.96%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#863065 (or 0x863065) is known color: Rose Bud Cherry. HEX triplet: 86, 30 and 65. RGB value is (134,48,101). Sum of RGB (Red+Green+Blue) = 134+48+101=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 134 - color contains mainly: red. Hex color #863065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863065 is #79CF9A. Grayscale: #4F4F4F. Windows color (decimal): -7983003 or 6631558. OLE color: 6631558.

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

Color convert

RGB 134 48 101 -
CMYK 0 0.64 0.25 0.47
HSL 323.02º 0.47% 0.36% -
HSV(B) 323.02º 0.64% 0.53% -
XYZ 13.24 8.12 13.18 -
YUV 79.76 139.99 166.69 -
System Red Green Blue C M Y K H S L
Decimal 134 48 101 0 0.64 0.25 0.47 323.02 0.47 0.36
Hex 86 30 65 0 40 19 2F 143 2F 24
Octal 206 60 145 0 100 31 57 503 57 44
Binary 10000110 110000 1100101 0 1000000 11001 101111 101000011 101111 100100

Color Harmonies of #863065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863065

Black with #863065

Text Example


Text Example

White with #863065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863065; }

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

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

background-color css

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

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

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

border-color css

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

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

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