#85134B

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

Shades of Rose Bud Cherry #85134B

Tints of Rose Bud Cherry #85134B

Color information

#85134B (or 0x85134B) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 13 and 4B. RGB value is (133,19,75). Sum of RGB (Red+Green+Blue) = 133+19+75=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #85134B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85134B is #7AECB4. Grayscale: #3B3B3B. Windows color (decimal): -8055989 or 4920197. OLE color: 4920197.

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

Color convert

RGB1331975-
CMYK00.860.440.48
HSL330.53º75%29.8%-
HSV(B)330.53º85.71%52.16%-
XYZ11.185.967.22-
YUV59.47136.77180.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.59%
GREEN value IS 19 (7.81% from 255) = 8.37%
BLUE value IS 75 (29.69% from 255) = 33.04%
R=58.59%
G=8.37%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133197500.860.440.48330.537529.8
Hex85134B0562C3014b4b1e
Octal205231130126546051311336
Binary1000010110011100101101010110101100110000101001011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85134B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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