Html Css Color HEX #863265 Rose Bud Cherry

📋 copy color: '#863265'

red 134 ◦ green 50 ◦ blue 101

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

Shades of Rose Bud Cherry #863265

Tints of Rose Bud Cherry #863265

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.54%

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

R = 47.02%
G = 17.54%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#863265 (or 0x863265) is known color: Rose Bud Cherry. HEX triplet: 86, 32 and 65. RGB value is (134,50,101). Sum of RGB (Red+Green+Blue) = 134+50+101=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #863265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863265 is #79CD9A. Grayscale: #505050. Windows color (decimal): -7982491 or 6632070. OLE color: 6632070.

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

Color convert

RGB 134 50 101 -
CMYK 0 0.63 0.25 0.47
HSL 323.57º 0.46% 0.36% -
HSV(B) 323.57º 0.63% 0.53% -
XYZ 13.32 8.29 13.21 -
YUV 80.93 139.33 165.85 -
System Red Green Blue C M Y K H S L
Decimal 134 50 101 0 0.63 0.25 0.47 323.57 0.46 0.36
Hex 86 32 65 0 3F 19 2F 144 2E 24
Octal 206 62 145 0 77 31 57 504 56 44
Binary 10000110 110010 1100101 0 111111 11001 101111 101000100 101110 100100

Color Harmonies of #863265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863265

Black with #863265

Text Example


Text Example

White with #863265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863265; }

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

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

background-color css

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

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

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

border-color css

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

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

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