#863957

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

Shades of Rose Bud Cherry #863957

Tints of Rose Bud Cherry #863957

Color information

#863957 (or 0x863957) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 39 and 57. RGB value is (134,57,87). Sum of RGB (Red+Green+Blue) = 134+57+87=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 87 (34.38% from 255 or 31.29% from 278); Max value from RGB is 134 - color contains mainly: red. Hex color #863957 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863957 is #79C6A8. Grayscale: #535353. Windows color (decimal): -7980713 or 5716358. OLE color: 5716358.

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

Color convert

RGB1345787-
CMYK00.570.350.47
HSL336.62º40.31%37.45%-
HSV(B)336.62º57.46%52.55%-
XYZ13.018.6810.01-
YUV83.44130.01164.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.20%
GREEN value IS 57 (22.66% from 255) = 20.50%
BLUE value IS 87 (34.38% from 255) = 31.29%
R=48.20%
G=20.50%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134578700.570.350.47336.6240.3137.45
Hex863957039232F1512825
Octal2067112707143575215045
Binary1000011011100110101110111001100011101111101010001101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863957; }

 p { color: rgb(134,57,87); }

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

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

 a { background-color: rgb(134,57,87); }

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

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

 span { border-color: rgb(134,57,87); }

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