#85365B

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

Shades of Rose Bud Cherry #85365B

Tints of Rose Bud Cherry #85365B

Color information

#85365B (or 0x85365B) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 36 and 5B. RGB value is (133,54,91). Sum of RGB (Red+Green+Blue) = 133+54+91=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #85365B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85365B is #7AC9A4. Grayscale: #515151. Windows color (decimal): -8047013 or 5977733. OLE color: 5977733.

HSL color Cylindrical-coordinate representation of color #85365B: hue angle of 331.9º 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 #85365B is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB1335491-
CMYK00.590.320.48
HSL331.9º42.25%36.67%-
HSV(B)331.9º59.4%52.16%-
XYZ12.888.3810.84-
YUV81.84133.17164.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.84%
GREEN value IS 54 (21.48% from 255) = 19.42%
BLUE value IS 91 (35.94% from 255) = 32.73%
R=47.84%
G=19.42%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133549100.590.320.48331.942.2536.67
Hex85365B03B203014c2a25
Octal2056613307340605145245
Binary1000010111011010110110111011100000110000101001100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85365B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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