Html Css Color HEX #863255 Rose Bud Cherry

📋 copy color: '#863255'

red 134 ◦ green 50 ◦ blue 85

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

Shades of Rose Bud Cherry #863255

Tints of Rose Bud Cherry #863255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.6%

R = 49.81%
G = 18.59%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#863255 (or 0x863255) is known color: Rose Bud Cherry. HEX triplet: 86, 32 and 55. RGB value is (134,50,85). Sum of RGB (Red+Green+Blue) = 134+50+85=269 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.81% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 134 - color contains mainly: red. Hex color #863255 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863255 is #79CDAA. Grayscale: #4F4F4F. Windows color (decimal): -7982507 or 5583494. OLE color: 5583494.

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

Color convert

RGB 134 50 85 -
CMYK 0 0.63 0.37 0.47
HSL 335º 0.46% 0.36% -
HSV(B) 335º 0.63% 0.53% -
XYZ 12.61 8.01 9.47 -
YUV 79.11 131.33 167.15 -
System Red Green Blue C M Y K H S L
Decimal 134 50 85 0 0.63 0.37 0.47 335 0.46 0.36
Hex 86 32 55 0 3F 25 2F 14F 2E 24
Octal 206 62 125 0 77 45 57 517 56 44
Binary 10000110 110010 1010101 0 111111 100101 101111 101001111 101110 100100

Color Harmonies of #863255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863255

Black with #863255

Text Example


Text Example

White with #863255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863255; }

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

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

background-color css

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

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

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

border-color css

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

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

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