#85395D

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

Shades of Rose Bud Cherry #85395D

Tints of Rose Bud Cherry #85395D

Color information

#85395D (or 0x85395D) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 39 and 5D. RGB value is (133,57,93). Sum of RGB (Red+Green+Blue) = 133+57+93=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #85395D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85395D is #7AC6A2. Grayscale: #535353. Windows color (decimal): -8046243 or 6109573. OLE color: 6109573.

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

Color convert

RGB1335793-
CMYK00.570.300.48
HSL331.58º40%37.25%-
HSV(B)331.58º57.14%52.16%-
XYZ13.118.711.34-
YUV83.83133.18163.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.00%
GREEN value IS 57 (22.66% from 255) = 20.14%
BLUE value IS 93 (36.72% from 255) = 32.86%
R=47.00%
G=20.14%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133579300.570.300.48331.584037.25
Hex85395D0391E3014c2825
Octal2057113507136605145045
Binary100001011110011011101011100111110110000101001100101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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