#862658

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

Shades of Rose Bud Cherry #862658

Tints of Rose Bud Cherry #862658

Color information

#862658 (or 0x862658) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 26 and 58. RGB value is (134,38,88). Sum of RGB (Red+Green+Blue) = 134+38+88=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 88 (34.77% from 255 or 33.85% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #862658 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862658 is #79D9A7. Grayscale: #484848. Windows color (decimal): -7985576 or 5777030. OLE color: 5777030.

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

Color convert

RGB1343888-
CMYK00.720.340.47
HSL328.75º55.81%33.73%-
HSV(B)328.75º71.64%52.55%-
XYZ12.297.169.97-
YUV72.4136.8171.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.54%
GREEN value IS 38 (15.23% from 255) = 14.62%
BLUE value IS 88 (34.77% from 255) = 33.85%
R=51.54%
G=14.62%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134388800.720.340.47328.7555.8133.73
Hex862658048222F1493822
Octal20646130011042575117042
Binary10000110100110101100001001000100010101111101001001111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862658; }

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

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

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

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

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

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

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

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