#85124F

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

Shades of Rose Bud Cherry #85124F

Tints of Rose Bud Cherry #85124F

Color information

#85124F (or 0x85124F) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 12 and 4F. RGB value is (133,18,79). Sum of RGB (Red+Green+Blue) = 133+18+79=230 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.83% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 133 - color contains mainly: red. Hex color #85124F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85124F is #7AEDB0. Grayscale: #3B3B3B. Windows color (decimal): -8056241 or 5182085. OLE color: 5182085.

HSL color Cylindrical-coordinate representation of color #85124F: hue angle of 328.17º 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 #85124F is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB1331879-
CMYK00.860.410.48
HSL328.17º76.16%29.61%-
HSV(B)328.17º86.47%52.16%-
XYZ11.35.987.96-
YUV59.34139.1180.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.83%
GREEN value IS 18 (7.42% from 255) = 7.83%
BLUE value IS 79 (31.25% from 255) = 34.35%
R=57.83%
G=7.83%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133187900.860.410.48328.1776.1629.61
Hex85124F05629301484c1e
Octal205221170126516051011436
Binary1000010110010100111101010110101001110000101001000100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85124F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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