#863F5A

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

Shades of Rose Bud Cherry #863F5A

Tints of Rose Bud Cherry #863F5A

Color information

#863F5A (or 0x863F5A) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 3F and 5A. RGB value is (134,63,90). Sum of RGB (Red+Green+Blue) = 134+63+90=287 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.69% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 134 - color contains mainly: red. Hex color #863F5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863F5A is #79C0A5. Grayscale: #575757. Windows color (decimal): -7979174 or 5914502. OLE color: 5914502.

HSL color Cylindrical-coordinate representation of color #863F5A: hue angle of 337.18º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #863F5A is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB1346390-
CMYK00.530.330.47
HSL337.18º36.04%38.63%-
HSV(B)337.18º52.99%52.55%-
XYZ13.459.3610.77-
YUV87.31129.52161.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.69%
GREEN value IS 63 (25% from 255) = 21.95%
BLUE value IS 90 (35.55% from 255) = 31.36%
R=46.69%
G=21.95%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134639000.530.330.47337.1836.0438.63
Hex863F5A035212F1512427
Octal2067713206541575214447
Binary1000011011111110110100110101100001101111101010001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863F5A; }

 p { color: rgb(134,63,90); }

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

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

 a { background-color: rgb(134,63,90); }

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

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

 span { border-color: rgb(134,63,90); }

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