#85184E

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

Shades of Rose Bud Cherry #85184E

Tints of Rose Bud Cherry #85184E

Color information

#85184E (or 0x85184E) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 18 and 4E. RGB value is (133,24,78). Sum of RGB (Red+Green+Blue) = 133+24+78=235 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.60% from 235); Green value is 24 (9.77% from 255 or 10.21% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 133 - color contains mainly: red. Hex color #85184E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85184E is #7AE7B1. Grayscale: #3E3E3E. Windows color (decimal): -8054706 or 5118085. OLE color: 5118085.

HSL color Cylindrical-coordinate representation of color #85184E: hue angle of 330.28º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #85184E is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB1332478-
CMYK00.820.410.48
HSL330.28º69.43%30.78%-
HSV(B)330.28º81.95%52.16%-
XYZ11.376.197.8-
YUV62.75136.61178.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.60%
GREEN value IS 24 (9.77% from 255) = 10.21%
BLUE value IS 78 (30.86% from 255) = 33.19%
R=56.60%
G=10.21%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133247800.820.410.48330.2869.4330.78
Hex85184E052293014a451f
Octal205301160122516051210537
Binary1000010111000100111001010010101001110000101001010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85184E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,24,78); }

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

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

 a { background-color: rgb(133,24,78); }

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

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

 span { border-color: rgb(133,24,78); }

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