#85134D

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

Shades of Rose Bud Cherry #85134D

Tints of Rose Bud Cherry #85134D

Color information

#85134D (or 0x85134D) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 13 and 4D. RGB value is (133,19,77). Sum of RGB (Red+Green+Blue) = 133+19+77=229 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.08% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 133 - color contains mainly: red. Hex color #85134D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85134D is #7AECB2. Grayscale: #3B3B3B. Windows color (decimal): -8055987 or 5051269. OLE color: 5051269.

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

Color convert

RGB1331977-
CMYK00.860.420.48
HSL329.47º75%29.8%-
HSV(B)329.47º85.71%52.16%-
XYZ11.255.997.58-
YUV59.7137.77180.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.08%
GREEN value IS 19 (7.81% from 255) = 8.30%
BLUE value IS 77 (30.47% from 255) = 33.62%
R=58.08%
G=8.30%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133197700.860.420.48329.477529.8
Hex85134D0562A301494b1e
Octal205231150126526051111336
Binary1000010110011100110101010110101010110000101001001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85134D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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