#85154F

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

Shades of Rose Bud Cherry #85154F

Tints of Rose Bud Cherry #85154F

Color information

#85154F (or 0x85154F) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 15 and 4F. RGB value is (133,21,79). Sum of RGB (Red+Green+Blue) = 133+21+79=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #85154F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85154F is #7AEAB0. Grayscale: #3C3C3C. Windows color (decimal): -8055473 or 5182853. OLE color: 5182853.

HSL color Cylindrical-coordinate representation of color #85154F: hue angle of 328.93º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #85154F is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB1332179-
CMYK00.840.410.48
HSL328.93º72.73%30.2%-
HSV(B)328.93º84.21%52.16%-
XYZ11.356.097.97-
YUV61.1138.11179.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.08%
GREEN value IS 21 (8.59% from 255) = 9.01%
BLUE value IS 79 (31.25% from 255) = 33.91%
R=57.08%
G=9.01%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133217900.840.410.48328.9372.7330.2
Hex85154F0542930149491e
Octal205251170124516051111136
Binary1000010110101100111101010100101001110000101001001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85154F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85154F; }

 p { color: rgb(133,21,79); }

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

<style>
 a { background-color: #85154F; }

 a { background-color: rgb(133,21,79); }

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

<style>
 span { border-color: #85154F; }

 span { border-color: rgb(133,21,79); }

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