#85164C

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

Shades of Rose Bud Cherry #85164C

Tints of Rose Bud Cherry #85164C

Color information

#85164C (or 0x85164C) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 16 and 4C. RGB value is (133,22,76). Sum of RGB (Red+Green+Blue) = 133+22+76=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #85164C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85164C is #7AE9B3. Grayscale: #3D3D3D. Windows color (decimal): -8055220 or 4986501. OLE color: 4986501.

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

Color convert

RGB1332276-
CMYK00.830.430.48
HSL330.81º71.61%30.39%-
HSV(B)330.81º83.46%52.16%-
XYZ11.266.087.42-
YUV61.34136.27179.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.58%
GREEN value IS 22 (8.98% from 255) = 9.52%
BLUE value IS 76 (30.08% from 255) = 32.90%
R=57.58%
G=9.52%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133227600.830.430.48330.8171.6130.39
Hex85164C0532B3014b481e
Octal205261140123536051311036
Binary1000010110110100110001010011101011110000101001011100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85164C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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