#85305E

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

Shades of Rose Bud Cherry #85305E

Tints of Rose Bud Cherry #85305E

Color information

#85305E (or 0x85305E) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 30 and 5E. RGB value is (133,48,94). Sum of RGB (Red+Green+Blue) = 133+48+94=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #85305E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85305E is #7ACFA1. Grayscale: #4E4E4E. Windows color (decimal): -8048546 or 6172805. OLE color: 6172805.

HSL color Cylindrical-coordinate representation of color #85305E: hue angle of 327.53º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #85305E is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB1334894-
CMYK00.640.290.48
HSL327.53º46.96%35.49%-
HSV(B)327.53º63.91%52.16%-
XYZ12.757.9111.44-
YUV78.66136.66166.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.36%
GREEN value IS 48 (19.14% from 255) = 17.45%
BLUE value IS 94 (37.11% from 255) = 34.18%
R=48.36%
G=17.45%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133489400.640.290.48327.5346.9635.49
Hex85305E0401D301482f23
Octal20560136010035605105743
Binary1000010111000010111100100000011101110000101001000101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85305E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85305E; }

 p { color: rgb(133,48,94); }

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

<style>
 a { background-color: #85305E; }

 a { background-color: rgb(133,48,94); }

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

<style>
 span { border-color: #85305E; }

 span { border-color: rgb(133,48,94); }

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