#86285D

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

Shades of Rose Bud Cherry #86285D

Tints of Rose Bud Cherry #86285D

Color information

#86285D (or 0x86285D) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 28 and 5D. RGB value is (134,40,93). Sum of RGB (Red+Green+Blue) = 134+40+93=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #86285D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86285D is #79D7A2. Grayscale: #4A4A4A. Windows color (decimal): -7985059 or 6105222. OLE color: 6105222.

HSL color Cylindrical-coordinate representation of color #86285D: hue angle of 326.17º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #86285D is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1344093-
CMYK00.700.310.47
HSL326.17º54.02%34.12%-
HSV(B)326.17º70.15%52.55%-
XYZ12.577.3811.12-
YUV74.15138.64170.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.19%
GREEN value IS 40 (16.02% from 255) = 14.98%
BLUE value IS 93 (36.72% from 255) = 34.83%
R=50.19%
G=14.98%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134409300.700.310.47326.1754.0234.12
Hex86285D0461F2F1463622
Octal20650135010637575066642
Binary1000011010100010111010100011011111101111101000110110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86285D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86285D; }

 p { color: rgb(134,40,93); }

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

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

 a { background-color: rgb(134,40,93); }

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

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

 span { border-color: rgb(134,40,93); }

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