#862758

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

Shades of Rose Bud Cherry #862758

Tints of Rose Bud Cherry #862758

Color information

#862758 (or 0x862758) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 27 and 58. RGB value is (134,39,88). Sum of RGB (Red+Green+Blue) = 134+39+88=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 39 (15.62% from 255 or 14.94% from 261); Blue value is 88 (34.77% from 255 or 33.72% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #862758 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862758 is #79D8A7. Grayscale: #484848. Windows color (decimal): -7985320 or 5777286. OLE color: 5777286.

HSL color Cylindrical-coordinate representation of color #862758: hue angle of 329.05º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #862758 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB1343988-
CMYK00.710.340.47
HSL329.05º54.91%33.92%-
HSV(B)329.05º70.9%52.55%-
XYZ12.327.229.98-
YUV72.99136.47171.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.34%
GREEN value IS 39 (15.62% from 255) = 14.94%
BLUE value IS 88 (34.77% from 255) = 33.72%
R=51.34%
G=14.94%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134398800.710.340.47329.0554.9133.92
Hex862758047222F1493722
Octal20647130010742575116742
Binary10000110100111101100001000111100010101111101001001110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862758; }

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

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

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

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

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

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

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

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