#85385D

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

Shades of Rose Bud Cherry #85385D

Tints of Rose Bud Cherry #85385D

Color information

#85385D (or 0x85385D) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 38 and 5D. RGB value is (133,56,93). Sum of RGB (Red+Green+Blue) = 133+56+93=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #85385D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85385D is #7AC7A2. Grayscale: #535353. Windows color (decimal): -8046499 or 6109317. OLE color: 6109317.

HSL color Cylindrical-coordinate representation of color #85385D: hue angle of 331.17º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #85385D is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB1335693-
CMYK00.580.300.48
HSL331.17º40.74%37.06%-
HSV(B)331.17º57.89%52.16%-
XYZ13.068.6111.33-
YUV83.24133.51163.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.16%
GREEN value IS 56 (22.27% from 255) = 19.86%
BLUE value IS 93 (36.72% from 255) = 32.98%
R=47.16%
G=19.86%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133569300.580.300.48331.1740.7437.06
Hex85385D03A1E3014b2925
Octal2057013507236605135145
Binary100001011110001011101011101011110110000101001011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85385D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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