#85365C

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

Shades of Rose Bud Cherry #85365C

Tints of Rose Bud Cherry #85365C

Color information

#85365C (or 0x85365C) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 36 and 5C. RGB value is (133,54,92). Sum of RGB (Red+Green+Blue) = 133+54+92=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #85365C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85365C is #7AC9A3. Grayscale: #515151. Windows color (decimal): -8047012 or 6043269. OLE color: 6043269.

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

Color convert

RGB1335492-
CMYK00.590.310.48
HSL331.14º42.25%36.67%-
HSV(B)331.14º59.4%52.16%-
XYZ12.928.411.06-
YUV81.95133.67164.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.67%
GREEN value IS 54 (21.48% from 255) = 19.35%
BLUE value IS 92 (36.33% from 255) = 32.97%
R=47.67%
G=19.35%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133549200.590.310.48331.1442.2536.67
Hex85365C03B1F3014b2a25
Octal2056613407337605135245
Binary100001011101101011100011101111111110000101001011101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85365C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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