Html Css Color HEX #862955 Rose Bud Cherry

📋 copy color: '#862955'

red 134 ◦ green 41 ◦ blue 85

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

Shades of Rose Bud Cherry #862955

Tints of Rose Bud Cherry #862955

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.77%

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

R = 51.54%
G = 15.77%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#862955 (or 0x862955) is known color: Rose Bud Cherry. HEX triplet: 86, 29 and 55. RGB value is (134,41,85). Sum of RGB (Red+Green+Blue) = 134+41+85=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 85 (33.59% from 255 or 32.69% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #862955 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862955 is #79D6AA. Grayscale: #494949. Windows color (decimal): -7984811 or 5581190. OLE color: 5581190.

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

Color convert

RGB 134 41 85 -
CMYK 0 0.69 0.37 0.47
HSL 331.61º 0.53% 0.34% -
HSV(B) 331.61º 0.69% 0.53% -
XYZ 12.26 7.31 9.36 -
YUV 73.82 134.31 170.92 -
System Red Green Blue C M Y K H S L
Decimal 134 41 85 0 0.69 0.37 0.47 331.61 0.53 0.34
Hex 86 29 55 0 45 25 2F 14C 35 22
Octal 206 51 125 0 105 45 57 514 65 42
Binary 10000110 101001 1010101 0 1000101 100101 101111 101001100 110101 100010

Color Harmonies of #862955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862955

Black with #862955

Text Example


Text Example

White with #862955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862955; }

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

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

background-color css

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

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

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

border-color css

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

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

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