Html Css Color HEX #862861 Rose Bud Cherry

📋 copy color: '#862861'

red 134 ◦ green 40 ◦ blue 97

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

Shades of Rose Bud Cherry #862861

Tints of Rose Bud Cherry #862861

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.76%

 BLUE value IS 97 (38.28% from 255) = 35.79%

R = 49.45%
G = 14.76%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#862861 (or 0x862861) is known color: Rose Bud Cherry. HEX triplet: 86, 28 and 61. RGB value is (134,40,97). Sum of RGB (Red+Green+Blue) = 134+40+97=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 97 (38.28% from 255 or 35.79% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #862861 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862861 is #79D79E. Grayscale: #4A4A4A. Windows color (decimal): -7985055 or 6367366. OLE color: 6367366.

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

Color convert

RGB 134 40 97 -
CMYK 0 0.70 0.28 0.47
HSL 323.62º 0.54% 0.34% -
HSV(B) 323.62º 0.7% 0.53% -
XYZ 12.75 7.45 12.08 -
YUV 74.6 140.64 170.37 -
System Red Green Blue C M Y K H S L
Decimal 134 40 97 0 0.70 0.28 0.47 323.62 0.54 0.34
Hex 86 28 61 0 46 1C 2F 144 36 22
Octal 206 50 141 0 106 34 57 504 66 42
Binary 10000110 101000 1100001 0 1000110 11100 101111 101000100 110110 100010

Color Harmonies of #862861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862861

Black with #862861

Text Example


Text Example

White with #862861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862861; }

 p { color: rgb(134,40,97); }

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

background-color css

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

 a { background-color: rgb(134,40,97); }

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

border-color css

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

 span { border-color: rgb(134,40,97); }

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