#862B65

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

Shades of Rose Bud Cherry #862B65

Tints of Rose Bud Cherry #862B65

Color information

#862B65 (or 0x862B65) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 2B and 65. RGB value is (134,43,101). Sum of RGB (Red+Green+Blue) = 134+43+101=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 43 (17.19% from 255 or 15.47% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 134 - color contains mainly: red. Hex color #862B65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862B65 is #79D49A. Grayscale: #4C4C4C. Windows color (decimal): -7984283 or 6630278. OLE color: 6630278.

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

Color convert

RGB13443101-
CMYK00.680.250.47
HSL321.76º51.41%34.71%-
HSV(B)321.76º67.91%52.55%-
XYZ13.047.7413.12-
YUV76.82141.65168.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.20%
GREEN value IS 43 (17.19% from 255) = 15.47%
BLUE value IS 101 (39.84% from 255) = 36.33%
R=48.20%
G=15.47%
B=36.33%

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
Decimal1344310100.680.250.47321.7651.4134.71
Hex862B65044192F1423323
Octal20653145010431575026343
Binary1000011010101111001010100010011001101111101000010110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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