#85365D

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

Shades of Rose Bud Cherry #85365D

Tints of Rose Bud Cherry #85365D

Color information

#85365D (or 0x85365D) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 36 and 5D. RGB value is (133,54,93). Sum of RGB (Red+Green+Blue) = 133+54+93=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #85365D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85365D is #7AC9A2. Grayscale: #515151. Windows color (decimal): -8047011 or 6108805. OLE color: 6108805.

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

Color convert

RGB1335493-
CMYK00.590.300.48
HSL330.38º42.25%36.67%-
HSV(B)330.38º59.4%52.16%-
XYZ12.978.4211.3-
YUV82.07134.17164.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.5%
GREEN value IS 54 (21.48% from 255) = 19.29%
BLUE value IS 93 (36.72% from 255) = 33.21%
R=47.5%
G=19.29%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133549300.590.300.48330.3842.2536.67
Hex85365D03B1E3014a2a25
Octal2056613507336605125245
Binary100001011101101011101011101111110110000101001010101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85365D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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