#862D64

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

Shades of Rose Bud Cherry #862D64

Tints of Rose Bud Cherry #862D64

Color information

#862D64 (or 0x862D64) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 2D and 64. RGB value is (134,45,100). Sum of RGB (Red+Green+Blue) = 134+45+100=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #862D64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862D64 is #79D29B. Grayscale: #4D4D4D. Windows color (decimal): -7983772 or 6565254. OLE color: 6565254.

HSL color Cylindrical-coordinate representation of color #862D64: hue angle of 322.92º degrees, saturation: 0.5, 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 #862D64 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB13445100-
CMYK00.660.250.47
HSL322.92º49.72%35.1%-
HSV(B)322.92º66.42%52.55%-
XYZ13.077.8712.89-
YUV77.88140.49168.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.03%
GREEN value IS 45 (17.97% from 255) = 16.13%
BLUE value IS 100 (39.45% from 255) = 35.84%
R=48.03%
G=16.13%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1344510000.660.250.47322.9249.7235.1
Hex862D64042192F1433223
Octal20655144010231575036243
Binary1000011010110111001000100001011001101111101000011110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,45,100); }

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

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

 a { background-color: rgb(134,45,100); }

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

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

 span { border-color: rgb(134,45,100); }

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