#862562

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

Shades of Rose Bud Cherry #862562

Tints of Rose Bud Cherry #862562

Color information

#862562 (or 0x862562) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 25 and 62. RGB value is (134,37,98). Sum of RGB (Red+Green+Blue) = 134+37+98=269 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.81% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 134 - color contains mainly: red. Hex color #862562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862562 is #79DA9D. Grayscale: #484848. Windows color (decimal): -7985822 or 6432134. OLE color: 6432134.

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

Color convert

RGB1343798-
CMYK00.720.270.47
HSL322.27º56.73%33.53%-
HSV(B)322.27º72.39%52.55%-
XYZ12.77.2712.29-
YUV72.96142.14171.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.81%
GREEN value IS 37 (14.84% from 255) = 13.75%
BLUE value IS 98 (38.67% from 255) = 36.43%
R=49.81%
G=13.75%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134379800.720.270.47322.2756.7333.53
Hex8625620481B2F1423922
Octal20645142011033575027142
Binary1000011010010111000100100100011011101111101000010111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862562; }

 p { color: rgb(134,37,98); }

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

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

 a { background-color: rgb(134,37,98); }

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

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

 span { border-color: rgb(134,37,98); }

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