#85345E

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

Shades of Rose Bud Cherry #85345E

Tints of Rose Bud Cherry #85345E

Color information

#85345E (or 0x85345E) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 34 and 5E. RGB value is (133,52,94). Sum of RGB (Red+Green+Blue) = 133+52+94=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #85345E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85345E is #7ACBA1. Grayscale: #505050. Windows color (decimal): -8047522 or 6173829. OLE color: 6173829.

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

Color convert

RGB1335294-
CMYK00.610.290.48
HSL328.89º43.78%36.27%-
HSV(B)328.89º60.9%52.16%-
XYZ12.928.2511.5-
YUV81.01135.34165.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.67%
GREEN value IS 52 (20.70% from 255) = 18.64%
BLUE value IS 94 (37.11% from 255) = 33.69%
R=47.67%
G=18.64%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133529400.610.290.48328.8943.7836.27
Hex85345E03D1D301492c24
Octal2056413607535605115444
Binary100001011101001011110011110111101110000101001001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85345E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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