#85124C

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

Shades of Rose Bud Cherry #85124C

Tints of Rose Bud Cherry #85124C

Color information

#85124C (or 0x85124C) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 12 and 4C. RGB value is (133,18,76). Sum of RGB (Red+Green+Blue) = 133+18+76=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #85124C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85124C is #7AEDB3. Grayscale: #3A3A3A. Windows color (decimal): -8056244 or 4985477. OLE color: 4985477.

HSL color Cylindrical-coordinate representation of color #85124C: hue angle of 329.74º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85124C is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB1331876-
CMYK00.860.430.48
HSL329.74º76.16%29.61%-
HSV(B)329.74º86.47%52.16%-
XYZ11.195.947.39-
YUV59137.6180.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.59%
GREEN value IS 18 (7.42% from 255) = 7.93%
BLUE value IS 76 (30.08% from 255) = 33.48%
R=58.59%
G=7.93%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133187600.860.430.48329.7476.1629.61
Hex85124C0562B3014a4c1e
Octal205221140126536051211436
Binary1000010110010100110001010110101011110000101001010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85124C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,18,76); }

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

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

 a { background-color: rgb(133,18,76); }

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

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

 span { border-color: rgb(133,18,76); }

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