#85154D

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

Shades of Rose Bud Cherry #85154D

Tints of Rose Bud Cherry #85154D

Color information

#85154D (or 0x85154D) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 15 and 4D. RGB value is (133,21,77). Sum of RGB (Red+Green+Blue) = 133+21+77=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #85154D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85154D is #7AEAB2. Grayscale: #3C3C3C. Windows color (decimal): -8055475 or 5051781. OLE color: 5051781.

HSL color Cylindrical-coordinate representation of color #85154D: hue angle of 330º 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 #85154D is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB1332177-
CMYK00.840.420.48
HSL330º72.73%30.2%-
HSV(B)330º84.21%52.16%-
XYZ11.286.067.6-
YUV60.87137.11179.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.58%
GREEN value IS 21 (8.59% from 255) = 9.09%
BLUE value IS 77 (30.47% from 255) = 33.33%
R=57.58%
G=9.09%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133217700.840.420.4833072.7330.2
Hex85154D0542A3014a491e
Octal205251150124526051211136
Binary1000010110101100110101010100101010110000101001010100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85154D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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