#85285D

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

Shades of Rose Bud Cherry #85285D

Tints of Rose Bud Cherry #85285D

Color information

#85285D (or 0x85285D) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 28 and 5D. RGB value is (133,40,93). Sum of RGB (Red+Green+Blue) = 133+40+93=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #85285D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85285D is #7AD7A2. Grayscale: #494949. Windows color (decimal): -8050595 or 6105221. OLE color: 6105221.

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

Color convert

RGB1334093-
CMYK00.700.300.48
HSL325.81º53.76%33.92%-
HSV(B)325.81º69.92%52.16%-
XYZ12.417.2911.11-
YUV73.85138.81170.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50%
GREEN value IS 40 (16.02% from 255) = 15.04%
BLUE value IS 93 (36.72% from 255) = 34.96%
R=50%
G=15.04%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133409300.700.300.48325.8153.7633.92
Hex85285D0461E301463622
Octal20550135010636605066642
Binary1000010110100010111010100011011110110000101000110110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85285D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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