#862B64

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

Shades of Rose Bud Cherry #862B64

Tints of Rose Bud Cherry #862B64

Color information

#862B64 (or 0x862B64) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 2B and 64. RGB value is (134,43,100). Sum of RGB (Red+Green+Blue) = 134+43+100=277 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.38% from 277); Green value is 43 (17.19% from 255 or 15.52% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 134 - color contains mainly: red. Hex color #862B64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862B64 is #79D49B. Grayscale: #4C4C4C. Windows color (decimal): -7984284 or 6564742. OLE color: 6564742.

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

Color convert

RGB13443100-
CMYK00.680.250.47
HSL322.42º51.41%34.71%-
HSV(B)322.42º67.91%52.55%-
XYZ137.7212.86-
YUV76.71141.15168.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.38%
GREEN value IS 43 (17.19% from 255) = 15.52%
BLUE value IS 100 (39.45% from 255) = 36.10%
R=48.38%
G=15.52%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1344310000.680.250.47322.4251.4134.71
Hex862B64044192F1423323
Octal20653144010431575026343
Binary1000011010101111001000100010011001101111101000010110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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