#862661

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

Shades of Rose Bud Cherry #862661

Tints of Rose Bud Cherry #862661

Color information

#862661 (or 0x862661) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 26 and 61. RGB value is (134,38,97). Sum of RGB (Red+Green+Blue) = 134+38+97=269 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.81% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 97 (38.28% from 255 or 36.06% from 269); Max value from RGB is 134 - color contains mainly: red. Hex color #862661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862661 is #79D99E. Grayscale: #494949. Windows color (decimal): -7985567 or 6366854. OLE color: 6366854.

HSL color Cylindrical-coordinate representation of color #862661: hue angle of 323.12º degrees, saturation: 0.56, 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 #862661 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB1343897-
CMYK00.720.280.47
HSL323.12º55.81%33.73%-
HSV(B)323.12º71.64%52.55%-
XYZ12.687.3212.05-
YUV73.43141.3171.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.81%
GREEN value IS 38 (15.23% from 255) = 14.13%
BLUE value IS 97 (38.28% from 255) = 36.06%
R=49.81%
G=14.13%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134389700.720.280.47323.1255.8133.73
Hex8626610481C2F1433822
Octal20646141011034575037042
Binary1000011010011011000010100100011100101111101000011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862661; }

 p { color: rgb(134,38,97); }

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

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

 a { background-color: rgb(134,38,97); }

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

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

 span { border-color: rgb(134,38,97); }

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