Html Css Color HEX #862056 Rose Bud Cherry

📋 copy color: '#862056'

red 134 ◦ green 32 ◦ blue 86

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

Shades of Rose Bud Cherry #862056

Tints of Rose Bud Cherry #862056

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.7%

 BLUE value IS 86 (33.98% from 255) = 34.13%

R = 53.17%
G = 12.7%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#862056 (or 0x862056) is known color: Rose Bud Cherry. HEX triplet: 86, 20 and 56. RGB value is (134,32,86). Sum of RGB (Red+Green+Blue) = 134+32+86=252 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.17% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 134 - color contains mainly: red. Hex color #862056 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862056 is #79DFA9. Grayscale: #444444. Windows color (decimal): -7987114 or 5644422. OLE color: 5644422.

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

Color convert

RGB 134 32 86 -
CMYK 0 0.76 0.36 0.47
HSL 328.24º 0.61% 0.33% -
HSV(B) 328.24º 0.76% 0.53% -
XYZ 12.03 6.77 9.48 -
YUV 68.65 137.79 174.61 -
System Red Green Blue C M Y K H S L
Decimal 134 32 86 0 0.76 0.36 0.47 328.24 0.61 0.33
Hex 86 20 56 0 4C 24 2F 148 3D 21
Octal 206 40 126 0 114 44 57 510 75 41
Binary 10000110 100000 1010110 0 1001100 100100 101111 101001000 111101 100001

Color Harmonies of #862056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862056

Black with #862056

Text Example


Text Example

White with #862056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862056; }

 p { color: rgb(134,32,86); }

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

background-color css

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

 a { background-color: rgb(134,32,86); }

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

border-color css

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

 span { border-color: rgb(134,32,86); }

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