#85194F

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

Shades of Rose Bud Cherry #85194F

Tints of Rose Bud Cherry #85194F

Color information

#85194F (or 0x85194F) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 19 and 4F. RGB value is (133,25,79). Sum of RGB (Red+Green+Blue) = 133+25+79=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #85194F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85194F is #7AE6B0. Grayscale: #3F3F3F. Windows color (decimal): -8054449 or 5183877. OLE color: 5183877.

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

Color convert

RGB1332579-
CMYK00.810.410.48
HSL330º68.35%30.98%-
HSV(B)330º81.2%52.16%-
XYZ11.436.258-
YUV63.45136.78177.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.12%
GREEN value IS 25 (10.16% from 255) = 10.55%
BLUE value IS 79 (31.25% from 255) = 33.33%
R=56.12%
G=10.55%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133257900.810.410.4833068.3530.98
Hex85194F051293014a441f
Octal205311170121516051210437
Binary1000010111001100111101010001101001110000101001010100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85194F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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