#85345D

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

Shades of Rose Bud Cherry #85345D

Tints of Rose Bud Cherry #85345D

Color information

#85345D (or 0x85345D) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 34 and 5D. RGB value is (133,52,93). Sum of RGB (Red+Green+Blue) = 133+52+93=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #85345D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85345D is #7ACBA2. Grayscale: #505050. Windows color (decimal): -8047523 or 6108293. OLE color: 6108293.

HSL color Cylindrical-coordinate representation of color #85345D: hue angle of 329.63º 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 #85345D is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB1335293-
CMYK00.610.300.48
HSL329.63º43.78%36.27%-
HSV(B)329.63º60.9%52.16%-
XYZ12.888.2311.27-
YUV80.89134.84165.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.84%
GREEN value IS 52 (20.70% from 255) = 18.71%
BLUE value IS 93 (36.72% from 255) = 33.45%
R=47.84%
G=18.71%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133529300.610.300.48329.6343.7836.27
Hex85345D03D1E3014a2c24
Octal2056413507536605125444
Binary100001011101001011101011110111110110000101001010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85345D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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