#862F5A

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

Shades of Rose Bud Cherry #862F5A

Tints of Rose Bud Cherry #862F5A

Color information

#862F5A (or 0x862F5A) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 2F and 5A. RGB value is (134,47,90). Sum of RGB (Red+Green+Blue) = 134+47+90=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 47 (18.75% from 255 or 17.34% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #862F5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862F5A is #79D0A5. Grayscale: #4D4D4D. Windows color (decimal): -7983270 or 5910406. OLE color: 5910406.

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

Color convert

RGB1344790-
CMYK00.650.330.47
HSL330.34º48.07%35.49%-
HSV(B)330.34º64.93%52.55%-
XYZ12.697.8410.52-
YUV77.92134.82168-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.45%
GREEN value IS 47 (18.75% from 255) = 17.34%
BLUE value IS 90 (35.55% from 255) = 33.21%
R=49.45%
G=17.34%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134479000.650.330.47330.3448.0735.49
Hex862F5A041212F14a3023
Octal20657132010141575126043
Binary10000110101111101101001000001100001101111101001010110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,47,90); }

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

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

 a { background-color: rgb(134,47,90); }

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

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

 span { border-color: rgb(134,47,90); }

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