#863758

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

Shades of Rose Bud Cherry #863758

Tints of Rose Bud Cherry #863758

Color information

#863758 (or 0x863758) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 37 and 58. RGB value is (134,55,88). Sum of RGB (Red+Green+Blue) = 134+55+88=277 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.38% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 134 - color contains mainly: red. Hex color #863758 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863758 is #79C8A7. Grayscale: #525252. Windows color (decimal): -7981224 or 5781382. OLE color: 5781382.

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

Color convert

RGB1345588-
CMYK00.590.340.47
HSL334.94º41.8%37.06%-
HSV(B)334.94º58.96%52.55%-
XYZ12.968.5110.19-
YUV82.38131.17164.82-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.38%
GREEN value IS 55 (21.88% from 255) = 19.86%
BLUE value IS 88 (34.77% from 255) = 31.77%
R=48.38%
G=19.86%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134558800.590.340.47334.9441.837.06
Hex86375803B222F14f2a25
Octal2066713007342575175245
Binary1000011011011110110000111011100010101111101001111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863758; }

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

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

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

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

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

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

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

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