#85345C

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

Shades of Rose Bud Cherry #85345C

Tints of Rose Bud Cherry #85345C

Color information

#85345C (or 0x85345C) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 34 and 5C. RGB value is (133,52,92). Sum of RGB (Red+Green+Blue) = 133+52+92=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #85345C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85345C is #7ACBA3. Grayscale: #505050. Windows color (decimal): -8047524 or 6042757. OLE color: 6042757.

HSL color Cylindrical-coordinate representation of color #85345C: hue angle of 330.37º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #85345C is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB1335292-
CMYK00.610.310.48
HSL330.37º43.78%36.27%-
HSV(B)330.37º60.9%52.16%-
XYZ12.838.2211.03-
YUV80.78134.34165.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.01%
GREEN value IS 52 (20.70% from 255) = 18.77%
BLUE value IS 92 (36.33% from 255) = 33.21%
R=48.01%
G=18.77%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133529200.610.310.48330.3743.7836.27
Hex85345C03D1F3014a2c24
Octal2056413407537605125444
Binary100001011101001011100011110111111110000101001010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85345C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,52,92); }

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

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

 a { background-color: rgb(133,52,92); }

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

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

 span { border-color: rgb(133,52,92); }

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