#862963

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

Shades of Rose Bud Cherry #862963

Tints of Rose Bud Cherry #862963

Color information

#862963 (or 0x862963) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 29 and 63. RGB value is (134,41,99). Sum of RGB (Red+Green+Blue) = 134+41+99=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #862963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862963 is #79D69C. Grayscale: #4B4B4B. Windows color (decimal): -7984797 or 6498694. OLE color: 6498694.

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

Color convert

RGB1344199-
CMYK00.690.260.47
HSL322.58º53.14%34.31%-
HSV(B)322.58º69.4%52.55%-
XYZ12.887.5612.58-
YUV75.42141.31169.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.91%
GREEN value IS 41 (16.41% from 255) = 14.96%
BLUE value IS 99 (39.06% from 255) = 36.13%
R=48.91%
G=14.96%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134419900.690.260.47322.5853.1434.31
Hex8629630451A2F1433522
Octal20651143010532575036542
Binary1000011010100111000110100010111010101111101000011110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862963; }

 p { color: rgb(134,41,99); }

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

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

 a { background-color: rgb(134,41,99); }

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

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

 span { border-color: rgb(134,41,99); }

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