#862E61

Color #862E61 Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #862E61

Tints of Rose Bud Cherry #862E61

Color information

#862E61 (or 0x862E61) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 2E and 61. RGB value is (134,46,97). Sum of RGB (Red+Green+Blue) = 134+46+97=277 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.38% from 277); Green value is 46 (18.36% from 255 or 16.61% from 277); Blue value is 97 (38.28% from 255 or 35.02% from 277); Max value from RGB is 134 - color contains mainly: red. Hex color #862E61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862E61 is #79D19E. Grayscale: #4E4E4E. Windows color (decimal): -7983519 or 6368902. OLE color: 6368902.

HSL color Cylindrical-coordinate representation of color #862E61: hue angle of 325.23º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #862E61 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB1344697-
CMYK00.660.280.47
HSL325.23º48.89%35.29%-
HSV(B)325.23º65.67%52.55%-
XYZ12.977.8912.15-
YUV78.13138.65167.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.38%
GREEN value IS 46 (18.36% from 255) = 16.61%
BLUE value IS 97 (38.28% from 255) = 35.02%
R=48.38%
G=16.61%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134469700.660.280.47325.2348.8935.29
Hex862E610421C2F1453123
Octal20656141010234575056143
Binary1000011010111011000010100001011100101111101000101110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862E61; }

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

 H1.HeaderClassName
 {
   color: #862E61;
 }
 .AnyTagClassName
 {
   color: #862E61;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #862E61;
 }
 .BgClassName
 {
   background-color: #862E61;
 }
</style>
border-color css

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

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

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