Html Css Color HEX #863355 Rose Bud Cherry

📋 copy color: '#863355'

red 134 ◦ green 51 ◦ blue 85

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

Shades of Rose Bud Cherry #863355

Tints of Rose Bud Cherry #863355

RGB

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

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

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

R = 49.63%
G = 18.89%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#863355 (or 0x863355) is known color: Rose Bud Cherry. HEX triplet: 86, 33 and 55. RGB value is (134,51,85). Sum of RGB (Red+Green+Blue) = 134+51+85=270 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.63% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 134 - color contains mainly: red. Hex color #863355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863355 is #79CCAA. Grayscale: #4F4F4F. Windows color (decimal): -7982251 or 5583750. OLE color: 5583750.

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

Color convert

RGB 134 51 85 -
CMYK 0 0.62 0.37 0.47
HSL 335.42º 0.45% 0.36% -
HSV(B) 335.42º 0.62% 0.53% -
XYZ 12.66 8.09 9.49 -
YUV 79.69 131 166.74 -
System Red Green Blue C M Y K H S L
Decimal 134 51 85 0 0.62 0.37 0.47 335.42 0.45 0.36
Hex 86 33 55 0 3E 25 2F 14F 2D 24
Octal 206 63 125 0 76 45 57 517 55 44
Binary 10000110 110011 1010101 0 111110 100101 101111 101001111 101101 100100

Color Harmonies of #863355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863355

Black with #863355

Text Example


Text Example

White with #863355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863355; }

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

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

background-color css

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

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

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

border-color css

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

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

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